Skip to content

Commit 2ed9f13

Browse files
authored
writing style fix, terminology improvement
1 parent 6bf8371 commit 2ed9f13

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-
Optionally, clean up your remote branch info:
44+
Optionally, run the following command to remove tracking references to `OLD-BRANCH-NAME`:
4545
```
4646
$ git remote prune origin
4747
```

0 commit comments

Comments
 (0)