Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
tutorials:scmgit-intro [2011/04/30 14:46] – created clemenstutorials:scmgit-intro [2011/04/30 14:47] clemens
Line 27: Line 27:
 ===== Copying your central repository to a client machine ===== ===== Copying your central repository to a client machine =====
  
-Last thing: Now that you have a central copy, how do you check it out? use "git clone":\\ \\  git clone ssh://user@sdf.lonestar.org:~/git/proj\\ \\+Last thing: Now that you have a central copy, how do you check it out? use "git clone":\\ \\  git clone [[ssh://user@sdf.lonestar.org:~/git/proj]]\\ \\
  
 ===== Backing up all your existing git repos to a remote server ===== ===== Backing up all your existing git repos to a remote server =====