diff --git a/README.md b/README.md index 9e36372..f22d672 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,11 @@ git push origin --delete git branch -r 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: git fetch --prune