From 3f3f7d1f8cb197b33c4efb51f4362f5cf2e952cc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 May 2014 07:37:52 -0700 Subject: Add example on how to clone --- git/git-cheatsheet.txt | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1