aboutsummaryrefslogtreecommitdiff
path: root/cheatsheet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cheatsheet.txt')
-rw-r--r--cheatsheet.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheatsheet.txt b/cheatsheet.txt
index 80cf299..93fff61 100644
--- a/cheatsheet.txt
+++ b/cheatsheet.txt
@@ -46,10 +46,10 @@ Setup remote repository
On local:
- 1. git remote add origin scm.codesynthesis.com:/var/scm/proj/proj.git
+ 1. git remote add origin git.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]
+ git clone git.codesynthesis.com:/var/scm/proj/proj.git [name]
Setup severe git account (replace USER)