File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11说明:
22======
3- 个人在学习git工作流的过程中 ,从原有的 SVN 模式很难完全理解git的协作模式 ,直到有一天我看到了下面的文章,好多遗留在心中的困惑迎刃而解:
3+ 个人在学习 ` Git ` 工作流的过程中 ,从原有的 SVN 模式很难完全理解 ` Git ` 的协作模式 ,直到有一天我看到了下面的文章,好多遗留在心中的困惑迎刃而解:
44
5- - 我们以使用SVN的工作流来使用git有什么不妥 ?
6- - git 方便的branch在哪里,团队多人如何协作?冲突了怎么办?如何进行发布控制?
5+ - 我们以使用SVN的工作流来使用 ` Git ` 有什么不妥 ?
6+ - ` Git ` 方便的branch在哪里,团队多人如何协作?冲突了怎么办?如何进行发布控制?
77- 经典的master-发布、develop-主开发、hotfix-不过修复如何避免代码不经过验证上线?
8- - 如何在github上面与他人一起协作 ,star-fork-pull request是怎样的流程?
8+ - 如何在 ` GitHub ` 上面与他人一起协作 ,star-fork-pull request是怎样的流程?
99
10- 我个人很感激这篇文章,所以进行了整理,希望能帮到更多的人。整篇文章由 [ xirong] ( https://github.com/xirong ) 整理自 [ oldratlee] ( https://github.com/oldratlee ) 的github ,方便统一的学习回顾,在此感谢下面两位的贡献。
10+ 我个人很感激这篇文章,所以进行了整理,希望能帮到更多的人。整篇文章由 [ xirong] ( https://github.com/xirong ) 整理自 [ oldratlee] ( https://github.com/oldratlee ) 的 ` GitHub ` ,方便统一的学习回顾,在此感谢下面两位的贡献。
1111
1212原文链接:[ Git Workflows and Tutorials] ( https://www.atlassian.com/git/workflows )
13- 简体中文:由 [ oldratlee] ( https://github.com/oldratlee ) 翻译在 github 上 [ git-workflows-and-tutorials] ( https://github.com/oldratlee/translations/tree/master/git-workflows-and-tutorials )
13+ 简体中文:由 [ oldratlee] ( https://github.com/oldratlee ) 翻译在 ` GitHub ` 上 [ git-workflows-and-tutorials] ( https://github.com/oldratlee/translations/tree/master/git-workflows-and-tutorials )
1414
1515--------------
1616
129129
130130` Gitflow ` 工作流是经典模型,体现了工作流的经验和精髓。随着项目过程复杂化,会感受到这个工作流中深思熟虑和威力!
131131
132- ` Forking ` 工作流是协作的(` GitHub ` 风格)可以先看看` Github ` 的Help:[ Fork A Repo] ( https://help.github.com/articles/fork-a-repo/ ) 和[ Using pull requests] ( https://help.github.com/articles/using-pull-requests/ ) 。照着操作,给一个` Github ` 项目贡献你的提交,有操作经验再看指南容易意会。指南中给了[ 自己实现` Fork ` 的方法] ( https://github.com/oldratlee/translations/blob/master/git-workflows-and-tutorials/workflow-forking.md#%E5%BC%80%E5%8F%91%E8%80%85fork%E6%AD%A3%E5%BC%8F%E4%BB%93%E5%BA%93 ) :` Fork ` 就是服务端的克隆。在指南的操练中使用代码托管服务(如` GitHub ` 、` Bitbucket ` ),可以点一下按钮就让开发者完成仓库的` fork ` 操作。
132+ ` Forking ` 工作流是协作的(` GitHub ` 风格)可以先看看` GitHub ` 的Help:[ Fork A Repo] ( https://help.github.com/articles/fork-a-repo/ ) 和[ Using pull requests] ( https://help.github.com/articles/using-pull-requests/ ) 。照着操作,给一个` GitHub ` 项目贡献你的提交,有操作经验再看指南容易意会。指南中给了[ 自己实现` Fork ` 的方法] ( https://github.com/oldratlee/translations/blob/master/git-workflows-and-tutorials/workflow-forking.md#%E5%BC%80%E5%8F%91%E8%80%85fork%E6%AD%A3%E5%BC%8F%E4%BB%93%E5%BA%93 ) :` Fork ` 就是服务端的克隆。在指南的操练中使用代码托管服务(如` GitHub ` 、` Bitbucket ` ),可以点一下按钮就让开发者完成仓库的` fork ` 操作。
133133
134134:see_no_evil : [ 自己] ( http://weibo.com/oldratlee ) 理解粗浅,翻译中不足和不对之处,欢迎建议([ 提交Issue] ( https://github.com/oldratlee/translations/issues ) )和指正([ Fork后提交代码] ( https://github.com/oldratlee/translations/fork ) )!
135135
You can’t perform that action at this time.
0 commit comments