You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull and prune all local Git branches in one command.
What it does
git_pull_all iterates over every local branch in the current Git repository, checks each one out, runs git pull --prune, and returns to the branch you were on when you called it.