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 + + +