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 1284cd4 commit d9ecf05Copy full SHA for d9ecf05
sh/push.sh
@@ -12,7 +12,7 @@ if [ -z "$update_message" ]; then
12
exit 1
13
fi
14
git commit -m "feat:$update_message";
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