We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6392249 commit 71ad5e8Copy full SHA for 71ad5e8
sh/init.sh
@@ -1,3 +1,5 @@
1
#!/bin/bash
2
-git remote add jihulab git@jihulab.com:ltpp-universe/tcp-request.git;
+git init;
3
+git config core.ignorecase false;
4
+git remote add gitee git@gitee.com:ltpp-universe/tcp-request.git;
5
git remote add origin git@github.com:ltpp-universe/tcp-request.git;
sh/push.sh
@@ -12,8 +12,8 @@ if [ -z "$update_message" ]; then
12
exit 1
13
fi
14
git commit -m "feat:$update_message";
15
-git push jihulab master;
16
-echo -e "\e[32mjihulab push finish\e[0m";
+git push gitee master;
+echo -e "\e[32mgitee push finish\e[0m";
17
git push origin master;
18
echo -e "\e[32morigin push finish\e[0m";
19
echo "Press Enter to continue...";
0 commit comments