fixed a typo

This commit is contained in:
LitoMore
2017-05-07 23:16:43 +08:00
parent fe9b06c720
commit 06e1ad6f8d

View File

@ -78,7 +78,7 @@ git branch crazy-experiment
![Git Tutorial: Create new branch](https://www.atlassian.com/git/images/tutorials/collaborating/using-branches/03.svg)
注意,这只会 *创建* 一个新的分支。要开始在上面添加提交,你需要用 `git checkout` 来选中这个分支,然后使用标准的 `git addh``git commit` 命令。
注意,这只会 *创建* 一个新的分支。要开始在上面添加提交,你需要用 `git checkout` 来选中这个分支,然后使用标准的 `git add``git commit` 命令。
#### 删除分支