Create Git Branch and Checkout

Create Git Branch and Checkout

August 15, 2023

To create a git branch and checkout and go into that branch:

(main) > git checkout -b new_branch_name
(new_branch_name) >