Fetch branches from multiple remotes
The above commands will fetch the changes from all of your remotes, update your remote tracking branches and also remove any obsolete branches.
git remote update
git remote update --prune
The above commands will fetch the changes from all of your remotes, update your remote tracking branches and also remove any obsolete branches.
git remote update
git remote update --prune