From 06e1ad6f8db784a16e6feac9603d4b6482fe3b06 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 7 May 2017 23:16:43 +0800 Subject: [PATCH] fixed a typo --- sources/使用分支.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/使用分支.md b/sources/使用分支.md index 320957b..966bb1a 100644 --- a/sources/使用分支.md +++ b/sources/使用分支.md @@ -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` 命令。 #### 删除分支