
git
yuanfang_way
坚韧如我
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
合并多个commit
大家都知道 Git 是一种分布式的版本控制工具。正因为它有「分布式」这个特性,所以理论上我们其实可以不需要连接网络,就可以进行版本管理。然而,在实际上这是不可能的,因为你还需要上网查 Git 的 中种命令。 我为什么要写这篇文章呢?因为实在太多同学跑来问我「到底怎么合并 commit?」了,每次都重复讲一遍这种做法完全不符合程序猿的风格啊! 那么,就先让我们来看这么一个情况转载 2018-01-04 14:37:43 · 6831 阅读 · 0 评论 -
解决git merge冲突(英文版)
If you are already a vim and git master and you are impatient, please jump to theQuick start section at the end of this article. 1 Set up vimdiff The vimdiff as a merge tool will display s转载 2018-01-04 15:24:59 · 6597 阅读 · 1 评论