Hacker News new | ask | show | jobs
by molecule 4616 days ago
aliasing git shortcuts seems more appropriate for git config:

https://git.wiki.kernel.org/index.php/Aliases

...after aliasing git to 'g' in your shell config, of course :)

    alias g='git'
1 comments

Then you need a space after the g.