How to Create a Branch from a Previous Commit

General Process

  1. Checkout the specific commit you want to branch from.
  2. Create new branch
  3. Checkout new branch.