notes
notes copied to clipboard
git-branch
- git checkout bugFix
- git branch -f master bugFix
- git push --force origin master
哇~~
强行修改远程 master 分支
- git branch -f origin/master 0.0.2
- git push origin master --force