Using Git in VS Code

·

Learn the basics of Git version control in Visual Studio Code from creating branches, comparing changes and commiting.

  • 0:37Create a new branch and check it out
    • Command: Git: Create Branch
    • Command: Git: Checkout to …
  • 1:19Change the code, track modifications and compare
  • 2:09Stage and commit changes
  • 2:51Merge commits from branch into main

Full documentation on version control in VS Code - Read more about integrated Git support.