将我项目中经常用到的git
指令进行了整理汇总, 以供大家借鉴使用, 希望对大家有所帮助
- 删除本地的develop分支
git branch -D develop
- git rebase
git rebase develop
git rebase --continue
git log --oneline
git push -f
git rebase --abort
将我项目中经常用到的git
指令进行了整理汇总, 以供大家借鉴使用, 希望对大家有所帮助
git branch -D develop
git rebase develop
git rebase --continue
git log --oneline
git push -f
git rebase --abort