9 lines
250 B
Markdown
9 lines
250 B
Markdown
# git fresh-branch
|
|
|
|
> 创建一个空的本地分支。
|
|
> 属于 `git-extras`。
|
|
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md##git-fresh-branch>。
|
|
|
|
- 创建一个空的本地分支:
|
|
|
|
`git fresh-branch {{branch_name}}` |