Created
March 10, 2015 14:28
-
-
Save erichexter/3d307805beb8f873ab2b to your computer and use it in GitHub Desktop.
Update All Local Branches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch | %{ git checkout $_.Trim().Replace("* ","");git pull} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using PoshGit & GitFlow I find that I need to pull all my branches when switching machines, from my desktop and laptop.