We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27e673 commit c8a3390Copy full SHA for c8a3390
1 file changed
content/github/administering-a-repository/renaming-a-branch.md
@@ -41,7 +41,7 @@ $ git branch -u origin/<em>NEW-BRANCH-NAME</em> <em>NEW-BRANCH-NAME</em>
41
$ git remote set-head origin -a
42
```
43
44
-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.
45
46
$ git remote prune origin
47
0 commit comments