diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-06 10:30:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-06 10:30:33 -0300 |
commit | 4721788b944417413a96d7814ed09652aedb5f81 (patch) | |
tree | 7b0b29074583e6b1868431ade19f5fb00ecf41c1 /git | |
parent | 0a9fbaa58d72ff66c94593400cd8bba38a318a7b (diff) | |
download | serverdata-4721788b944417413a96d7814ed09652aedb5f81.tar.gz serverdata-4721788b944417413a96d7814ed09652aedb5f81.tar.bz2 serverdata-4721788b944417413a96d7814ed09652aedb5f81.tar.xz serverdata-4721788b944417413a96d7814ed09652aedb5f81.zip |
Submodule update (CI fix)
Diffstat (limited to 'git')
-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 |