mirror of
https://github.com/waylau/github-help.git
synced 2026-08-13 04:51:57 +08:00
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
Creating and deleting branches within your repository 在你的库中创建和删除分支
|
Creating and deleting branches within your repository 在你的库中创建和删除分支
|
||||||
===========
|
===========
|
||||||
|
|
||||||
@@ -13,7 +14,7 @@ Creating and deleting branches within your repository 在你的库中创建和
|
|||||||
|
|
||||||
同样的,如果你去库的分支页面,你可以删除一个分支,只要你有适当的访问权限,并且没有对它进行 pull request
|
同样的,如果你去库的分支页面,你可以删除一个分支,只要你有适当的访问权限,并且没有对它进行 pull request
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
##How is this useful? 怎么用
|
##How is this useful? 怎么用
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
Fetching a remote 获取远程库
|
Fetching a remote 获取远程库
|
||||||
===========
|
===========
|
||||||
|
|
||||||
@@ -48,7 +49,7 @@ Fetching a remote 获取远程库
|
|||||||
Merge 是用来合并你的本地变化和其他人制作的变化。
|
Merge 是用来合并你的本地变化和其他人制作的变化。
|
||||||
|
|
||||||
通常,你合并远程跟踪分支(比如,一个从远程库获取的分支)到你的本地分支中
|
通常,你合并远程跟踪分支(比如,一个从远程库获取的分支)到你的本地分支中
|
||||||
|
|
||||||
$ git merge remotename/branchname
|
$ git merge remotename/branchname
|
||||||
# Merges updates made online with your local work
|
# Merges updates made online with your local work
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user