Set up git to pull and push all branches

The simplest way is to do:

git push --all origin

This will push tags and branches.

Leave a Comment