摘要: reference : http://www.ruanyifeng.com/blog/2015/12/git-workflow.html Git 作为一个源码管理系统,不可避免涉及到多人协作。 协作必须有一个规范的工作流程,让大家有效地合作,使得项目井井有条地发展下去。"工作流程"在英语里,叫做"w 阅读全文
posted @ 2017-12-13 19:09 demoblog 阅读(8023) 评论(0) 推荐(0)
摘要: reference : http://fle.github.io/an-efficient-git-workflow-for-midlong-term-projects.html Our full-web project has been going on for nearly two years 阅读全文
posted @ 2017-12-13 17:48 demoblog 阅读(402) 评论(0) 推荐(0)
摘要: reference : http://fle.github.io/git-tip-a-simple-gitconfig-file.html As several friends have asked me this, here is my ~/.gitconfig base file. Nothin 阅读全文
posted @ 2017-12-13 17:31 demoblog 阅读(229) 评论(0) 推荐(0)
摘要: reference : http://fle.github.io/git-tip-keep-your-branch-clean-with-fixup-and-autosquash.html Who is not tired of committing a "Remove pdb" or a "Fix 阅读全文
posted @ 2017-12-13 17:26 demoblog 阅读(230) 评论(0) 推荐(0)
摘要: reference : http://www.ruanyifeng.com/blog/2015/08/git-use-process.html 团队开发中,遵循一个合理、清晰的Git使用流程,是非常重要的。 否则,每个人都提交一堆杂乱无章的commit,项目很快就会变得难以协调和维护。 下面是Git 阅读全文
posted @ 2017-12-13 17:13 demoblog 阅读(686) 评论(0) 推荐(0)