Skip to content

Commit 71ad5e8

Browse files
committed
feat:
1 parent 6392249 commit 71ad5e8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sh/init.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/bash
2-
git remote add jihulab git@jihulab.com:ltpp-universe/tcp-request.git;
2+
git init;
3+
git config core.ignorecase false;
4+
git remote add gitee git@gitee.com:ltpp-universe/tcp-request.git;
35
git remote add origin git@github.com:ltpp-universe/tcp-request.git;

sh/push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if [ -z "$update_message" ]; then
1212
exit 1
1313
fi
1414
git commit -m "feat:$update_message";
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)