Hacker News new | ask | show | jobs
by arthurdenture 1430 days ago
Extremely useful .gitconfig snippet:

  [alias]
   git = !sl
catches e.g. `git git status`, which I run shockingly often.