Stefan Monov <logixoul@xxxxxxxxx> writes: > I'd like to use just: > > git push > > or at most: > > git push origin > > rather than having to first check which is the active branch with `git > branch --list`, then type: > > git push origin <branch> Perhaps you are a target audience of $ git config push.default current then?