Update renaming-a-branch.md (#26241)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,6 @@ From the local clone of the repository on a computer, run the following commands
|
||||
```shell
|
||||
git branch -m OLD-BRANCH-NAME NEW-BRANCH-NAME
|
||||
git fetch origin
|
||||
git push origin NEW-BRANCH-NAME
|
||||
git branch -u origin/NEW-BRANCH-NAME NEW-BRANCH-NAME
|
||||
git remote set-head origin -a
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user