Git (Related to Branching)
Creating Branches: git checkout -b branch-name OR Shift + Cmd/Ctrl + p - Click on create branch: name it.
Listing Branches: git branch branch-name OR Click on git branch on bottom left of VS code.
Switching Branches: git switch branch-name ...
risingdevelopers.dev1 min read