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 632048c commit daa68baCopy full SHA for daa68ba
sh/push.sh
@@ -12,7 +12,7 @@ fi
12
git commit -m "feat:$update_message";
13
git push github master;
14
echo -e "\e[32mgithub push finish\e[0m";
15
-git push ltpp master;
+git push jihulab master;
16
echo -e "\e[32mltpp push finish\e[0m";
17
git push origin master;
18
echo -e "\e[32morigin push finish\e[0m";
0 commit comments