Episode 10 of 14
Git Features in VS Code
Learn about Git Features in VS Code
Open the source control tab: In VS Code, click the Source Control icon on the left sidebar to access built-in Git tools.
View changes: The panel lists all modified files, allowing you to click them to see a visual side-by-side comparison of the changes.
Stage files visually: Hover over a modified file in the list and click the plus icon to stage it.
Commit from VS Code: Type your commit message into the text box at the top of the Source Control panel and click the Commit button.
View history extensions: Install extensions like GitLens to see inline annotations indicating who last modified specific lines of code.
Resolve conflicts visually: VS Code provides interactive buttons to accept incoming or current changes when merge conflicts occur.