OLD | NEW |
(Empty) | |
| 1 git-rename-branch(1) |
| 2 ==================== |
| 3 |
| 4 NAME |
| 5 ---- |
| 6 git-rename-branch - |
| 7 include::_git-rename-branch_desc.helper.txt[] |
| 8 |
| 9 SYNOPSIS |
| 10 -------- |
| 11 [verse] |
| 12 'git rename-branch' <new_name> |
| 13 'git rename-branch' <old_name> <new_name> |
| 14 |
| 15 DESCRIPTION |
| 16 ----------- |
| 17 |
| 18 Rename the current (or specified) branch, then update all dowstream branches' |
| 19 tracking information to preserve inter-branch dependencies. |
| 20 |
| 21 SEE ALSO |
| 22 -------- |
| 23 linkgit:git-rebase-update[1], linkgit:git-reparent-branch[1], |
| 24 linkgit:git-new-branch[1], linkgit:git-upstream-diff[1] |
| 25 |
| 26 include::_footer.txt[] |
| 27 |
| 28 // vim: ft=asciidoc noexpandtab: |
OLD | NEW |