From ef339ea95abdce363cd9d46fe6ba861fe45e7247 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 6 Nov 2007 20:28:43 +0100 Subject: two small fixes to git cheatsheet --- doc/ndim-git-cheatsheet.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit