git push
From: John Tapsell <hidden>
Date: 2016-06-15 22:46:17
Hi all, Following the idea of 'least damage', what do people think of making "git push" only push the branch you are currently on? I've accidentally committed commits in other branches because of a git push. I know there's some magic config kung-foo that you can do to try to tame git push to just the current branch, but it would make sense to have this as default. John