Skip to content

Commit

Permalink
Update 使用分支.md
Browse files Browse the repository at this point in the history
fix: master branch应该保持整洁
  • Loading branch information
yanyixing authored Apr 15, 2017
1 parent 6b38828 commit 8ea958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/使用分支.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git branch -m <branch>

![Git Tutorial: git branch](https://www.atlassian.com/git/images/tutorials/collaborating/using-branches/01.svg)

比如,上图将一个拥有两条独立开发线的仓库可视化,其中一条是一个不起眼的功能,另一条是长期运行的功能。使用分支开发时,不仅可以同时在两条线上工作,还可以保持主要的 `master branch` 混入奇怪的代码
比如,上图将一个拥有两条独立开发线的仓库可视化,其中一条是一个不起眼的功能,另一条是长期运行的功能。使用分支开发时,不仅可以同时在两条线上工作,还可以保持主要的 `master branch` 不混入奇怪的代码

#### 分支的顶端

Expand Down

0 comments on commit 8ea958e

Please sign in to comment.