Hacker News new | ask | show | jobs
by djmetzle 2200 days ago
alias g=git

And then define one and two letter aliases for the things you do often:

st=status

l=log --with-prettiness

ap=add --patch

shit=reset

co=checkout