Wherever your aliases are stored, you can do this:
alias this="git rev-parse --abbrev-ref HEAD"Then you can type:
git push origin `this`Wherever your aliases are stored, you can do this:
alias this="git rev-parse --abbrev-ref HEAD"Then you can type:
git push origin `this`