I've been using Linux and bash for great chunk of time for web development, and it always had great features like autocomplete, that I didn't get by default on a Mac.
So, I've decided to take matters into my on hands, and leave a post for all those, who are also bugged by no git autocomplete in bash on a Mac.
Thankfully, git already has its autocomplete script, so it's a matter of just two commands:
But I like to take it one step beyond. To save some keystrokes, I've added some aliases to my ~/.gitconfig:
Now I can tab on git co