mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
update docs to clarify rename-branch (#581)
This commit is contained in:
parent
241069ddac
commit
8e15d4245d
|
|
@ -364,7 +364,8 @@ Does the following:
|
|||
|
||||
## git rename-branch
|
||||
|
||||
Rename a branch (locally and remotely).
|
||||
Rename a branch locally, and sync to remote via `git push`.
|
||||
|
||||
```
|
||||
# renames any branch
|
||||
$ git rename-branch new-name old-name
|
||||
|
|
|
|||
Loading…
Reference in a new issue