Git tips
git rebase --edit-todo, 修改 git rebase -i commit 编辑的内容
rebase -i xxxxxxx(commit) 编辑此commit之后所有commits的history, 可以squash or split commits
split commits的方法
首先 git rebase -i 中编辑target commit为edit
然后git re...
原创
2019-07-16 15:39:11 ·
158 阅读 ·
0 评论