How to create a new branch from a specific git commit.
Here is my git work that I was working on my next.js portfolio app where I had a need to of creating a branch from a specific git commit. It's supper easy.
Get the commit id. You can use git log command or use git graph VS code extension for that.
...
satyadev99.hashnode.dev1 min read