1
0
mirror of synced 2025-12-23 03:44:00 -05:00

writing style fix, terminology improvement

This commit is contained in:
Alison Jo
2021-04-07 13:11:59 -04:00
committed by GitHub
parent 6bf83719f1
commit 2ed9f13a6e

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