From 8d122774d9f069260ed110f87f61d5e4411f2907 Mon Sep 17 00:00:00 2001 From: domsgit Date: Wed, 12 Aug 2020 11:57:05 +0800 Subject: [PATCH] update --- async-git.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 async-git.sh diff --git a/async-git.sh b/async-git.sh new file mode 100644 index 0000000..fa57200 --- /dev/null +++ b/async-git.sh @@ -0,0 +1,18 @@ + +git init . +git config remote.origin.url http://192.168.0.170:30412/root/frontend +git fetch --all +git checkout master +git branch --set-upstream-to=origin/master master +git pull + +git config remote.origin.url http://47.106.79.88:10080/liuji/frontend + +git config user.name zhangshan +git config user.email zhangshan@qniao.cn + +git status -s +git add . && git commit -m "async dev git repo to aliyun git repo" && git push + + +