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.