Create GIT Branch from a Commit
Usually, a branch is created from another branch which is the latest HEAD commit of the branch. But what if you want to create a branch from a previous commit HEAD?
GIT branch can be created with a commit hash using the ‘git checkout’ command with ‘-...
novicedev.hashnode.dev2 min read