I have Git configured so that when I run git push, it pushes changes to my GitHub repo. Until now I have only had a master branch.
git push
However, I have now c
If you are really lazy, you can push all local branches by simply using
git push --all
--all Push all branches (i.e. refs under refs/heads/); cannot be used with other .
--all
Push all branches (i.e. refs under refs/heads/); cannot be used with other .
refs/heads/