diff options
Diffstat (limited to 'git/hooks')
-rwxr-xr-x | git/hooks/post-merge | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/hooks/post-merge b/git/hooks/post-merge index 8a8b6bfc..aeed930e 100755 --- a/git/hooks/post-merge +++ b/git/hooks/post-merge @@ -13,5 +13,5 @@ make news # 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@github.com:.pushInsteadOf git://github.com +# Also, you may find this useful: (you should NEVER clone using the git:// url) +# git config --global url.git@github.com:.pushInsteadOf https://github.com |