Actually I should say they are so 2005 but… oh well
I decided to follow up on my previous post about git shortcuts for the people who want to save even more time while typing over and over commands that we developers get to use multiple times per day
In fact what we could do is not only to shorten some commands like
but we can do so much more going to tinker about the bash config file :)
Now, in my case I use the sweet framework ZSH powered up with Oh-My-Zsh, and its configuration can be found in your root folder in a hidden file called .zshrc If we open it in a text editor we can paste in there the following to start saving some sweet time while typing
And you can add many more to cover stashing, merging, bisecting and all other commands I just don’t use often enough to remember the aliases :p
Leave a Comment