branch from a commit
You can create a new branch from any previous commit by running the following code.
git branch new-branch-name {SHA-1 checksum of a commit}
copy
You can create a new branch from any previous commit by running the following code.
git branch new-branch-name {SHA-1 checksum of a commit}
copy