for i in `git branch -r`; do git checkout `basename $i` && git pull --all; done

git fetch origin
git fetch --all
git pull --all
git push --all