mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 20:21:22 +08:00
doc: update docs/git.md (#406)
This commit is contained in:
@ -155,7 +155,7 @@ $ git branch -av
|
||||
$ git checkout my_branch
|
||||
```
|
||||
|
||||
创建一个名为 `new_branch` 的新分支
|
||||
创建并切换到新分支`new_branch`
|
||||
|
||||
```shell
|
||||
$ git checkout -b new_branch
|
||||
|
Reference in New Issue
Block a user