readme 修正

This commit is contained in:
Chopper
2021-05-24 15:49:56 +08:00
parent e21aa24f70
commit e4aa6abefa
2 changed files with 1 additions and 4 deletions

View File

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