From ad9cd78b446ecae8b2d0cff8b210ffdc723e6e7c Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 24 May 2021 15:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E6=8E=A8=E9=80=81=E8=87=B3gi?= =?UTF-8?q?thub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pushGithub.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pushGithub.sh diff --git a/pushGithub.sh b/pushGithub.sh new file mode 100644 index 00000000..9fd82b97 --- /dev/null +++ b/pushGithub.sh @@ -0,0 +1,7 @@ +git remote rm origin +git remote add origin git@github.com:hongyehuicheng/lilishop.git +git push --set-upstream origin master +git remote rm origin +git remote add origin git@gitee.com:beijing_hongye_huicheng/lilishop.git +git branch --set-upstream-to=origin/master master +git pull