1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
tldr/pages/common/git-fresh-branch.md
Sadeed c595b073fd
git-fresh-branch: add page (#10972)
* git-fresh-branch: add page

* git-fresh-branch: fix command name

* git-fresh-branch: fix command description

Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>

* git-fresh-branch: fix description

Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>
2023-10-14 14:51:32 +07:00

9 lines
243 B
Markdown

# git fresh-branch
> Create an empty local branch.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md##git-fresh-branch>.
- Create an empty local branch:
`git fresh-branch {{branch_name}}`