Update README
This commit is contained in:
@@ -180,6 +180,11 @@ git push origin --delete <branch_name>
|
|||||||
git branch -r
|
git branch -r
|
||||||
git branch -l
|
git branch -l
|
||||||
|
|
||||||
|
This removes any remote tracking branches that exist on local repository that are not in the remote
|
||||||
|
git fetch origin --prune
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
You can use the following commands to update the list of local branches from remote:
|
You can use the following commands to update the list of local branches from remote:
|
||||||
git fetch --prune
|
git fetch --prune
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user