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