变基合并
回顾提交历史
# 查看提交历史
$ git log --pretty=oneline --graph --abbrev-commit
* e60c8ad (HEAD -> dev, origin/master, origin/HEAD, master) fix bug about issue-110
* 3fe94c0 fast forward
* 22fbef7 git merge --no-ff dev
|\
| * 44d68f6 git checkout -b dev
|/
* 3b8f434 fix conflict
|\
| * 0fe95f8 git commit c2
* | 0949cc3 git commit c3
|/
* 5c482cd git commit c1
* 413a4d1 see https://gitbook.prlrr.com/git/usage/branch-overview.html
* 9c30e50 learn git branch
* b3d8193 see https://gitbook.prlrr.com/git/usage/remote-repository.html
* 8e62564 add test.txt
* 9b196aa Initial commit
整理提交历史




小结
最后更新于