Git (Related to Branching)
Sep 24, 2024 · 1 min read · 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 ...
Join discussion











