Service reminder for situations where you
- have "lost" a git commit due to messing with reset or similar
- want to get a better understanding how git works (my simplified view: commits with named pointers on it, some of which move automatically when committing, branches, some don't, tags)
Use
gitk --reflog
