Your Git Cheatsheet
84%
Branches
| Command | What It Does |
|---|---|
git branch | List all local branches |
git branch | Create a new branch (stay on current one) |
git switch | Switch to an existing branch |
git switch -c |
Learn Git in a Day
Everything you need, nothing you don'tEnroll now to unlock all content and receive all future updates for free.
