Changes

Jump to navigation Jump to search
no, you should not need to log in to gitorious for every action, so i've added explicit login instructions to the actions that require it; adding an SSH key, and creating a project.
Line 24: Line 24:     
Once you do this, Gitorious knows who you are and how to contact you.  You should only need to do this once.
 
Once you do this, Gitorious knows who you are and how to contact you.  You should only need to do this once.
  −
You'll need to login to Gitorious whenever you want to do any of the actions described here.
        Line 50: Line 48:  
=== Add SSH Key ===
 
=== Add SSH Key ===
   −
Log in to http://git.sugarlabs.org/ click on ''Dashboard'', then ''Manage SSH'', then ''Add SSH key''.  The ''Add a new public SSH key'' page will appear, with a large text entry field.  Open your public key in a text editor or web browser (or display it with the cat command), and then paste it into the text entry field.  Click on ''Save''.
+
Log in to Gitorious at http://git.sugarlabs.org/ click on ''Dashboard'', then ''Manage SSH'', then ''Add SSH key''.  The ''Add a new public SSH key'' page will appear, with a large text entry field.  Open your public key in a text editor or web browser (or display it with the cat command), and then paste it into the text entry field.  Click on ''Save''.
    
Once you do this, Gitorious trusts SSH connection from your system because your system has the private key, and Gitorious has the public key.  You should only need to do this once, unless you change to another system.
 
Once you do this, Gitorious trusts SSH connection from your system because your system has the private key, and Gitorious has the public key.  You should only need to do this once, unless you change to another system.
Line 65: Line 63:  
=== Create a Project ===  
 
=== Create a Project ===  
   −
Check that the activity is not already on git.sugarlabs.org.  If it is, note the clone URL and skip to the next section.  If it is not, then click the ''Create a new project'' link on the ''Projects'' page, and enter:
+
Log in to Gitorious at http://git.sugarlabs.org/ and check that the activity is not already listed.  If it is listed, note the clone URL and skip to the next section.  If it is not listed, then click the ''Create a new project'' link on the ''Projects'' page, and enter:
 
*Title
 
*Title
 
*Slug (this defaults to a file name format of your title; it consists of your title without caps, and with non-alphanumeric characters replaced by dashes)
 
*Slug (this defaults to a file name format of your title; it consists of your title without caps, and with non-alphanumeric characters replaced by dashes)

Navigation menu