Skip to content

Commit c8a3390

Browse files
authored
Note that step is optional
1 parent b27e673 commit c8a3390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/administering-a-repository/renaming-a-branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ git branch -u origin/<em>NEW-BRANCH-NAME</em> <em>NEW-BRANCH-NAME</em>
4141
$ git remote set-head origin -a
4242
```
4343

44-
Run the following command to remove tracking references to `OLD-BRANCH-NAME`:
44+
Optionally, run the following command to remove tracking references to the old branch name.
4545
```
4646
$ git remote prune origin
4747
```

0 commit comments

Comments
 (0)