随笔分类 - git
摘要:In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year ago, and which has t
阅读全文
摘要:当多人协作开发一个分支时,历史记录通常如下方左图所示,比较凌乱。如果希望能像右图那样呈线性提交,就需要学习git rebase的用法。 “Merge branch”提交的产生 我们的工作流程是:修改代码→提交到本地仓库→拉取远程改动→推送。正是在git pull这一步产生的Merge branch提
阅读全文