summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-16 07:37:52 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-16 07:37:52 -0700
commit3f3f7d1f8cb197b33c4efb51f4362f5cf2e952cc (patch)
treecb725c64fe1dc29748ea0885517bc42eb7905490
parent1ee1aee44702ba5e3a6fd277b450644f3710ea4e (diff)
Add example on how to clone
-rw-r--r--git/git-cheatsheet.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/git-cheatsheet.txt b/git/git-cheatsheet.txt
index 248775b..47372c5 100644
--- a/git/git-cheatsheet.txt
+++ b/git/git-cheatsheet.txt
@@ -41,6 +41,7 @@ Setup remote repository
1. git remote add origin scm.codesynthesis.com:/var/scm/proj/proj.git
2. git push --tags origin master
3. # blow the local project and do clone
+ git clone scm.codesynthesis.com:/var/scm/proj/proj.git [name]
Delete a branch from a remote repository