diff options
Diffstat (limited to 'git')
-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 |