summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 20:28:43 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 20:28:43 +0100
commitef339ea95abdce363cd9d46fe6ba861fe45e7247 (patch)
tree3130abf6067bd8a5670cdb8665e2695f9a22f58d /doc
parent5455edb9a7143edbf17d48910e97804cf00f59a4 (diff)
downloadndim-git-utils-ef339ea95abdce363cd9d46fe6ba861fe45e7247.tar.gz
ndim-git-utils-ef339ea95abdce363cd9d46fe6ba861fe45e7247.tar.xz
ndim-git-utils-ef339ea95abdce363cd9d46fe6ba861fe45e7247.zip
two small fixes to git cheatsheet
Diffstat (limited to 'doc')
-rw-r--r--doc/ndim-git-cheatsheet.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ndim-git-cheatsheet.txt b/doc/ndim-git-cheatsheet.txt
index d41ee9d..5b070e5 100644
--- a/doc/ndim-git-cheatsheet.txt
+++ b/doc/ndim-git-cheatsheet.txt
@@ -27,8 +27,8 @@ What happened in the commit before the last:
Publishing copy of own repo (for upstream to merge from):
@local $ git clone --bare my-dir moo
- @local $ rsync -avz moo user@public:dir/moo.git
- @public $ cd moo
+ @local $ rsync -avz moo/ user@public:dir/moo.git/
+ @public $ cd dir/moo
@public $ GIT_DIR=. git-update-server-info
@public $ vi description
@public $ chmod +x hooks/post-update