Using Git in VS Code
Β·
Learn the basics of Git version control in Visual Studio Code from creating branches, comparing changes and commiting.
- 0:37βCreate a new branch and check it out
- Command:
Git: Create Branch
- Command:
Git: Checkout to β¦
- Command:
- 1:19βChange the code, track modifications and compare
- 2:09βStage and commit changes
- 2:51βMerge commits from branch into main
Full documentation on version control in VS Code - Read more about integrated Git support.