mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
git-rename-branch: add page (#5950)
This commit is contained in:
parent
090e1825a1
commit
92a4fea8b2
1 changed files with 13 additions and 0 deletions
13
pages/common/git-rename-branch.md
Normal file
13
pages/common/git-rename-branch.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# git rename-branch
|
||||
|
||||
> Rename a Git branch.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-rename-branch>.
|
||||
|
||||
- Rename the branch you are currently on:
|
||||
|
||||
`git rename-branch {{new_branch_name}}`
|
||||
|
||||
- Rename a specific branch:
|
||||
|
||||
`git rename-branch {{old_branch_name}} {{new_branch_name}}`
|
Loading…
Add table
Reference in a new issue