Changes

Jump to navigation Jump to search
Line 75: Line 75:  
  git clone gitorious@git.sugarlabs.org:${SLUG}/mainline.git ${SLUG}.git
 
  git clone gitorious@git.sugarlabs.org:${SLUG}/mainline.git ${SLUG}.git
   −
Replace the ''${SLUG}'' substring with your project slug value. Your local repository (folder) is now named <your-slug-name>.git
+
Replace the ''${SLUG}'' substring with your project slug value. Your local repository (folder) is now named ${SLUG}.git
    
Once you do this, you will have a local repository that shares the same history of changes (if any) of the repository at Sugar Labs.  You should only need to do this once for each project and system.  You can do it again if you need a fresh copy that has no changes.
 
Once you do this, you will have a local repository that shares the same history of changes (if any) of the repository at Sugar Labs.  You should only need to do this once for each project and system.  You can do it again if you need a fresh copy that has no changes.
      
=== Identify Yourself to Git ===
 
=== Identify Yourself to Git ===

Navigation menu