👀 git checkout

Move between branches in git

Which flag automatically creates a new branch during checkout?

Move into a branch

command line
git checkout awesome

Create a new branch and move into it:

command line
git checkout -b awesome

Questions? Let's chat

Open Discord