I\'d like to improve my current aliases, most of them work over a branch. Is there a way to refer to the current branch in a git alias so I don\'t need to pass it each time?
[alias] po = "!git push --set-upstream origin \"$(git rev-parse --abbrev-ref HEAD)\""