[192] Life is too short don't waste time typing...
If you are using git, do do yourself a favor by adding these git aliases for your day-to-day working:
- co = checkout
- ci = commit
- br = branch
- dc = diff --cached
- pom = push origin master
- amend = commit --amend
If you are a professional software engineer, you should already have your own aliases. If not, I would suggest, no, I would beg you just add them and use them, from now on.
You are welcome!
š