I'd like to set up an alias push, which would translate into git push origin ARG1:ARG1.
For instance, from the command line, i'd like to push A B and get that translated to git push origin A:B
How should my alias export statement look for this to work?