fixed a typo
This commit is contained in:
@ -78,7 +78,7 @@ git branch crazy-experiment
|
||||
|
||||

|
||||
|
||||
注意,这只会 *创建* 一个新的分支。要开始在上面添加提交,你需要用 `git checkout` 来选中这个分支,然后使用标准的 `git addh` 和 `git commit` 命令。
|
||||
注意,这只会 *创建* 一个新的分支。要开始在上面添加提交,你需要用 `git checkout` 来选中这个分支,然后使用标准的 `git add` 和 `git commit` 命令。
|
||||
|
||||
#### 删除分支
|
||||
|
||||
|
||||
Reference in New Issue
Block a user