summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 17:21:19 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 17:21:19 +0100
commit19aa6ad8a96b17bbc269295686c5b22bb918e7ee (patch)
tree8af9dbedcc47c2687f8ccc036b883dd4bb5550f8 /doc
parentd9430220126ba1c835e443867c19df83f4e2329f (diff)
downloadndim-git-utils-19aa6ad8a96b17bbc269295686c5b22bb918e7ee.tar.gz
ndim-git-utils-19aa6ad8a96b17bbc269295686c5b22bb918e7ee.tar.xz
ndim-git-utils-19aa6ad8a96b17bbc269295686c5b22bb918e7ee.zip
add forgotten hook to cheatsheet
Diffstat (limited to 'doc')
-rw-r--r--doc/ndim-git-cheatsheet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ndim-git-cheatsheet.txt b/doc/ndim-git-cheatsheet.txt
index e280afe..d41ee9d 100644
--- a/doc/ndim-git-cheatsheet.txt
+++ b/doc/ndim-git-cheatsheet.txt
@@ -25,13 +25,13 @@ What happened in the last N commits:
What happened in the commit before the last:
$ git diff --color HEAD^^ HEAD^
-
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
@public $ GIT_DIR=. git-update-server-info
@public $ vi description
+ @public $ chmod +x hooks/post-update
@local $ vi my-dir/.git/config
# Add this
[remote "public"]