I would like to rename the following git commands:
Instead of typing:
git checkout
I would like to rename it togit co
.git commit
I would like to rename it togit cm
.git push origin
I would like to rename it togit po
.
How can I do this?
Thanks!