diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-24 11:34:14 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-24 11:34:14 -0700 |
commit | 598743aca97d11e128a4af822cc2ca4a39542886 (patch) | |
tree | f2df0beed2ed5fd161b0994f587a64cc6bb8e078 /git/hooks | |
parent | 5b28043a02a56cb188b5c3108614a01b392d2112 (diff) | |
download | serverdata-598743aca97d11e128a4af822cc2ca4a39542886.tar.gz serverdata-598743aca97d11e128a4af822cc2ca4a39542886.tar.bz2 serverdata-598743aca97d11e128a4af822cc2ca4a39542886.tar.xz serverdata-598743aca97d11e128a4af822cc2ca4a39542886.zip |
Remove the old stuff about the directory moves
Diffstat (limited to 'git/hooks')
-rwxr-xr-x | git/hooks/post-merge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/hooks/post-merge b/git/hooks/post-merge index c5354cfd..1105fd9f 100755 --- a/git/hooks/post-merge +++ b/git/hooks/post-merge @@ -13,4 +13,4 @@ git submodule update --merge # WARNING: to people with push access. # it is essential that changes to the client data be pushed before changes to server data # Also, you may find this useful: (you should always clone using the git:// url) -# git config --global url.git@gitorious.org:.pushInsteadOf git://gitorious.org +# git config --global url.git@github.com:.pushInsteadOf git://github.com |