In this tutorial we will learn how to use the basics of Git version control in VS Code.
Outline
- Create a branch
- Change branches
- View diffs between two files
- Stage and clean changes
- Undo a commit
- Publish to a remote branch
- Push commits
- View git commands in Git output
Learn More
- Version Control - Read more about integrated Git support.
Next Video
- Setup Overview - Set up and start using VS Code.