Sometimes handy, when you switch between development box and notebook while developing stuff.
for branch in `git branch | sed 's/^.//'`; do git checkout $branch; git pull origin $branch ; done;
Sometimes handy, when you switch between development box and notebook while developing stuff.
for branch in `git branch | sed 's/^.//'`; do git checkout $branch; git pull origin $branch ; done;