Create a new branch from an older commit When you want to create a branch from a older commit. $ git checkout -b hotfix 61ce44a References StackOverflow: "how-do-i-create-a-new-git-branch-from-an-old-commit"