Useful Git Commands
Show the branch on which a specific commit was originally created
git reflog show --all | FINDSTR <HASH>
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
git reflog show --all | FINDSTR <HASH>