Fetch all remotes and prune git
Update all remotes and delete stale tracking branches
git fetch --all --prune --tags
more git
all 45 commands →
Update all remotes and delete stale tracking branches
git fetch --all --prune --tags