aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-09 18:20:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-09 18:20:08 +0200
commitdfa7053b56391efe3457e5a1f9eb003d2ba0888e (patch)
tree49b7090f4fe1b0873bb140c85731c0d81a84d69b
parent9c13007fdc094e1666c81217156d920085d62297 (diff)
Update cheatsheet
-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)