diff --git a/Deleting files 删除文件.md b/Deleting files 删除文件.md new file mode 100644 index 0000000..e7fd430 --- /dev/null +++ b/Deleting files 删除文件.md @@ -0,0 +1,6 @@ +Deleting files 删除文件 +=========== + + + +*参考*: \ No newline at end of file diff --git a/Deleting unused branches 删除不使用的分支.md b/Deleting unused branches 删除不使用的分支.md new file mode 100644 index 0000000..e9aee22 --- /dev/null +++ b/Deleting unused branches 删除不使用的分支.md @@ -0,0 +1,6 @@ +Deleting unused branches 删除不使用的分支 +=========== + + + +*参考*: \ No newline at end of file diff --git a/GitHub Flow in the Browser 在浏览器中的流程.md b/GitHub Flow in the Browser 在浏览器中的流程.md index 713527d..e7bc2f9 100644 --- a/GitHub Flow in the Browser 在浏览器中的流程.md +++ b/GitHub Flow in the Browser 在浏览器中的流程.md @@ -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/)的一个说明 *参考*: \ No newline at end of file diff --git a/Moving a file to a new location 移动文件到一个新位置.md b/Moving a file to a new location 移动文件到一个新位置.md new file mode 100644 index 0000000..0776bec --- /dev/null +++ b/Moving a file to a new location 移动文件到一个新位置.md @@ -0,0 +1,6 @@ +Moving a file to a new location 移动文件到一个新位置 +=========== + + + +*参考*: \ No newline at end of file diff --git a/Renaming a file 重命名你的文件.md b/Renaming a file 重命名你的文件.md new file mode 100644 index 0000000..c890e5d --- /dev/null +++ b/Renaming a file 重命名你的文件.md @@ -0,0 +1,6 @@ +Renaming a file 重命名你的文件 +=========== + + + +*参考*: \ No newline at end of file diff --git a/Using pull requests 使用 pull 请求.md b/Using pull requests 使用 pull 请求.md new file mode 100644 index 0000000..104672e --- /dev/null +++ b/Using pull requests 使用 pull 请求.md @@ -0,0 +1,6 @@ +Using pull requests 使用 pull 请求 +=========== + + + +*参考*: \ No newline at end of file