Christopher Tyler

Create Git Branch and Checkout

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

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

<< Previous Post

|

Next Post >>

#Til #Git #Branch #Checkout