Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-ui

This commit is contained in:
Chopper
2021-08-02 18:45:01 +08:00
13 changed files with 778 additions and 430 deletions

View File

@@ -2,7 +2,7 @@ echo '开始推送github'
echo '切换git地址'
git remote rm origin
git remote add origin git@github.com:hongyehuicheng/lilishop-ui.git
git remote add origin git@github.com:lilishop/lilishop-ui.git
echo '设置上传代码分支推送github'
git push --set-upstream origin master --force
echo '推送github完成'