GIT upstream branch
Prevent GIT wanting to set upstream branch every time you try to push a new feature.
git config --global push.default current
Prevent GIT wanting to set upstream branch every time you try to push a new feature.
git config --global push.default current