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 | |
parent | 0a9fbaa58d72ff66c94593400cd8bba38a318a7b (diff) | |
download | classic-serverdata-4721788b944417413a96d7814ed09652aedb5f81.tar.gz classic-serverdata-4721788b944417413a96d7814ed09652aedb5f81.tar.bz2 classic-serverdata-4721788b944417413a96d7814ed09652aedb5f81.tar.xz classic-serverdata-4721788b944417413a96d7814ed09652aedb5f81.zip |
Submodule update (CI fix)
m--------- | client-data | 0 | ||||
-rwxr-xr-x | git/hooks/post-merge | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client-data b/client-data -Subproject 9f2a7b95f5eafb7b8a10f6122a8ebe994f70880 +Subproject 43840e5a16328ccb886e17355d779f699fb98fa 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 |