Hacker News new | ask | show | jobs
by jbhoot 359 days ago
True. I use a few (oversmart) aliases for most frequently used git commands:

  alias gist='git status'
  alias stagit='git stage'
  alias gitcom='git commit'  # also toying with comgit
For the rest, I just use the full commands to avoid accidents.