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