Skip to content

Commit 8cbbef2

Browse files
committed
feat:
1 parent fd36dbb commit 8cbbef2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sh/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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;
33
git remote add github git@github.com:ltpp-universe/bin-encrypt-decrypt.git;
44
git remote add origin git@github.com:ltpp-universe/bin-encrypt-decrypt.git;

sh/push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ fi
1212
git commit -m "feat:$update_message";
1313
git push github master;
1414
echo -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";
1717
git push origin master;
1818
echo -e "\e[32morigin push finish\e[0m";
1919
echo "Press Enter to continue...";

0 commit comments

Comments
 (0)