summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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