From 75f0ec83a92e7a233eb138d870b3f8e6170fd8b8 Mon Sep 17 00:00:00 2001 From: kissingwolf Date: Sat, 24 Dec 2016 21:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...anches within your repository 在你的库中创建和删除分支.md | 5 +++-- Fetching a remote 获取远程库.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Creating and deleting branches within your repository 在你的库中创建和删除分支.md b/Creating and deleting branches within your repository 在你的库中创建和删除分支.md index ed9529a..b8d0115 100644 --- a/Creating and deleting branches within your repository 在你的库中创建和删除分支.md +++ b/Creating and deleting branches within your repository 在你的库中创建和删除分支.md @@ -1,6 +1,7 @@ + Creating and deleting branches within your repository 在你的库中创建和删除分支 =========== - + 分支管理是 Git 工作流中重要的一部分。你可以直接在 Github 上管理分支。 ##Creating a branch 创建分支 @@ -13,7 +14,7 @@ Creating and deleting branches within your repository 在你的库中创建和 同样的,如果你去库的分支页面,你可以删除一个分支,只要你有适当的访问权限,并且没有对它进行 pull request -![](https://help.github.com/assets/images/help/branches/branches-overview.png) +![](https://help.github.com/assets/images/help/branches/branches-overview.png) ##How is this useful? 怎么用 diff --git a/Fetching a remote 获取远程库.md b/Fetching a remote 获取远程库.md index dd149a5..a1a544f 100644 --- a/Fetching a remote 获取远程库.md +++ b/Fetching a remote 获取远程库.md @@ -1,3 +1,4 @@ + Fetching a remote 获取远程库 =========== @@ -48,7 +49,7 @@ Fetching a remote 获取远程库 Merge 是用来合并你的本地变化和其他人制作的变化。 通常,你合并远程跟踪分支(比如,一个从远程库获取的分支)到你的本地分支中 - +​ $ git merge remotename/branchname # Merges updates made online with your local work