How to create a branch in git from a specific commit id

As a programmer, each one of us has worked with branches in Git. Sometimes, you will want to go back to a commit that was done previously or you may want to create a branch from a previous commit.

You can do this using the following command:

This widget is not supported in dev-mode. Kindly enable it or run using yarn webapp:dev-widgets.

You can check the logs and copy the commit id at which you want to create the branch. An example of this is shown below:

This widget is not supported in dev-mode. Kindly enable it or run using yarn webapp:dev-widgets.

Free Resources