Guide for using Git Commit in VS Code¶
Requirements:¶
This guide will walk you through how to push to your lab assignment repo after you have finished your assignments.
-
Make sure the explorer bar is active
-
Make sure you have changes to commit, for example you should have modified a file (M), created a file (U), or deleted a file (D).
- Click on “Version Control” in the Activity Bar
- Add a commit message that is meaningful
- Click the checkmark
- Click the expanded options menu
- Choose “Push” to push to GitHub
- Go to your GitHub repository and check to see if your repository has updated.