File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- git remote add jihulab git@jihulab .com:ltpp-universe/bin-encrypt-decrypt.git;
2+ git remote add gitee git@gitee .com:ltpp-universe/bin-encrypt-decrypt.git;
33git remote add github git@github.com:ltpp-universe/bin-encrypt-decrypt.git;
44git remote add origin git@github.com:ltpp-universe/bin-encrypt-decrypt.git;
Original file line number Diff line number Diff line change 1212git commit -m " feat:$update_message " ;
1313git push github master;
1414echo -e " \e[32mgithub push finish\e[0m" ;
15- git push jihulab master;
16- echo -e " \e[32mjihulab push finish\e[0m" ;
15+ git push gitee master;
16+ echo -e " \e[32mgitee push finish\e[0m" ;
1717git push origin master;
1818echo -e " \e[32morigin push finish\e[0m" ;
1919echo " Press Enter to continue..." ;
You can’t perform that action at this time.
0 commit comments