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 โ€ฆ
  • 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.