Hacker News new | ask | show | jobs
by grapjas 4763 days ago
I do the same for various other git commands, such as git checkout ('gc').

The only problem is that this breaks git tabcomp. Haave you (or anyone else) dealt with this?

1 comments

I choose a middle approach - rather than making loads of new base commands, I just use the aliases, and only for the really common commands

> git co > git st > git ci

Fellow git aliaser, consider shell aliasing git to g!