Git Commands
Source code management.
Install
Commands
Easiest for beginners to source control from VS Code.
git status
git pull
git checkout -b <branch-name>
etc
Tools
VS Code Extensions
Top Extensions
GitLens
- See who made changes at a glance
- View Git authorship
- Navigate revision history
- Added context with file annotations
- Explore repos from side bar
- Integrate hosting services
- Command Palette Crtl + Shift + G
- Visualise interactive rebase options
- Jump to git details from the terminal