1. 程式人生 > >git 強行提交 和 普通提交

git 強行提交 和 普通提交

git 強行推送
$ git push -u origin master -f

推送
git add .
git commit -m "你要說的話"
git push -u origin master