Where's your Git HEAD at?
Sometimes you want to know which branch and commit HEAD points to. With this magical Git incantation you can:
git log --oneline --decorate --graph --all
Sometimes you want to know which branch and commit HEAD points to. With this magical Git incantation you can:
git log --oneline --decorate --graph --all