DEV Community

Discussion on: Essential git commands

Collapse
 
iamphytan profile image
Damien LaRocque • Edited

And

  • Create a new branch and checkout at the same time

git checkout -b <new-branch-name>

Collapse
 
bravemaster619 profile image
bravemaster619

ty!