Is there anyway to set the setting of git pull
and git push
to only pull and push the currently checked out branches, rather than all tracking branches.
I know you can do it by specifying the branch, but is there anyway to do it without having to specify the branch ?