More productive Git

More productive Git — a short article from James Turnbull with 'Tips for acquiring Git super powers'.

TL;DR:

  • git reset <filename>
  • git cherry-pick <commitid>
  • git commit --amend
  • git stash
  • git log --stat
  • git bisect

blog comments powered by Disqus