til
Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager
View project on
GitHub
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”