1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Note that step is optional

This commit is contained in:
Ethan Palm
2021-04-14 11:51:24 -04:00
committed by GitHub
parent b27e673467
commit c8a33903bc

View File

@@ -41,7 +41,7 @@ $ git branch -u origin/<em>NEW-BRANCH-NAME</em> <em>NEW-BRANCH-NAME</em>
$ git remote set-head origin -a $ git remote set-head origin -a
``` ```
Run the following command to remove tracking references to `OLD-BRANCH-NAME`: Optionally, run the following command to remove tracking references to the old branch name.
``` ```
$ git remote prune origin $ git remote prune origin
``` ```