You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
github-help/GitHub Flow in the Browser ...

21 lines
1.6 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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/>