when
git push -f
error message:
To choose either option permanently, see push.default in 'git help config'.
solution:
git config --global push.default current
ref: https://stackoverflow.com/questions/948354/default-behavior-of-git-push-without-a-branch-specified