mirror of
https://github.com/oldratlee/translations.git
synced 2026-04-05 03:28:11 +08:00
update co-operation announce
This commit is contained in:
@@ -20,11 +20,18 @@
|
||||
|
||||
本指南循序渐进地讲解工作流,如果`Git`用的不多,可以从前面的讲的工作流开始操练。操作过程去感受指南的讲解:解决什么问题、如何解决问题,这样理解就深了,也方便活用。
|
||||
|
||||
`Gitflow`工作流是经典模型,体现了工作流的经验和精髓。随着项目过程复杂化,会感受到这个工作流中深思熟虑和威力!
|
||||
`Gitflow`工作流是经典模型,并处于核心位置,体现了工作流的经验和精髓。随着项目过程复杂化,会感受到这个工作流中深思熟虑和威力!
|
||||
|
||||
`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`操作。
|
||||
|
||||
:see_no_evil: [自己](http://weibo.com/oldratlee)理解粗浅,翻译中不足和不对之处,欢迎建议([提交Issue](https://github.com/oldratlee/translations/issues))和指正([Fork后提交代码](https://github.com/oldratlee/translations/fork))!
|
||||
----------------
|
||||
|
||||
- :see_no_evil: [自己](http://weibo.com/oldratlee)理解粗浅,翻译中不足和不对之处,欢迎 :clap:
|
||||
- 建议,[提交`Issue`](https://github.com/oldratlee/translations/issues/new)
|
||||
- 指正,[`Fork`后提通过`Pull Requst`贡献修改](https://github.com/oldratlee/translations/fork)
|
||||
- 如有文章理解上有疑问 或是 使用过程中碰到些疑惑,请随意 :metal: [提交`Issue`](https://github.com/oldratlee/translations/issues/new) ,一起交流学习讨论!
|
||||
|
||||
----------------
|
||||
|
||||
`Git`工作流指南
|
||||
======================
|
||||
|
||||
Reference in New Issue
Block a user