completed GitHub Flow in the Browser 在浏览器中的流程

pull/7/head
waylau 11 years ago
parent 98e0b074c6
commit 38f32d42a8

@ -0,0 +1,6 @@
Deleting files 删除文件
===========
*参考*<https://help.github.com/articles/deleting-files/>

@ -0,0 +1,6 @@
Deleting unused branches 删除不使用的分支
===========
*参考*<https://help.github.com/articles/deleting-unused-branches/>

@ -1,6 +1,21 @@
GitHub Flow in the Browser 在浏览器中的流程
===========
在 GitHub我们有一个看似简单的工作流程我们利用它来进行项目的合作。它一直在为我们工作从我们还是一个小团队到现在我们已经有超过200名员工。
因为我们使用此工作流的每一天我们拥有在一个基于Web的界面完成每一件作品的能力。
点击下面的链接的步骤,你可以学习如何使用 GitHub 工作流程!
1. 从库[创建一个分支](Creating and deleting branches within your repository 在你的库中创建和删除分支.md)
2. [创建](Creating new files 创建新文件.md)[编辑](Editing files in your repository 修改你库中的文件.md)[重命名](Renaming a file 重命名你的文件.md)[移动](Moving a file to a new location 移动文件到一个新位置.md)或[删除](Deleting files 删除文件.md)文件
3. 通过[发送你的变化的 pull 请求](Using pull requests 使用 pull 请求.md)到你的分支来开始一个讨论
4. 需要的时候在你的分支做出改变。你 pull 的请求将自动更新
5. [合并 pull 请求](Merging a pull request 合并一个 pull 请求.md),一旦分支准备使用,使用绿色的大按钮
6. [整理](Deleting unused branches 删除不使用的分支.md)你的分支,使用删除按钮在 pull 请求或分支页。
Further reading
* 该指南是对 [Understanding the GitHub Flow(理解GitHub流程)](https://guides.github.com/introduction/flow/)的一个说明
*参考*<https://help.github.com/articles/github-flow-in-the-browser/>

@ -0,0 +1,6 @@
Moving a file to a new location 移动文件到一个新位置
===========
*参考*<https://help.github.com/articles/moving-a-file-to-a-new-location/>

@ -0,0 +1,6 @@
Renaming a file 重命名你的文件
===========
*参考*<https://help.github.com/articles/renaming-a-file/>

@ -0,0 +1,6 @@
Using pull requests 使用 pull 请求
===========
*参考*<https://help.github.com/articles/using-pull-requests/>
Loading…
Cancel
Save