technical Useful Git commands This is a note to myself for some useful/often used git commands. git checkout - git clean -fdn git reset <commit> git reset --soft HEAD~1 git