- Built in Git Tools in VS Code
- What we’ll cover
- Exploring the Git source control manager panel for tracking file changes, adding and committing files, etc.
- Cloning and working with remote repositories
- Interpreting and leveraging the Git Status Bar
- Diffing file changes
- Resources
- Pro Tips
- The built in Git tools in VS Code are great and can quickly replace outside tools.
- Clone a repository from right inside VS Code using the Command Palette (ctrlCmd + Shift + P) then Git:Clone
- What we’ll cover
- Useful Extensions for working with Git
- What we’ll cover
- Git History, Git Blame, and Git Project Manager extensions
- Resources
- What we’ll cover
- Git Lens Extension
- What we’ll cover
- WHat the Git Lens extension is and how it can help supercharge your Git workflow
- Resources
- What we’ll cover