Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Make changes and commit them

When you change file/s VS Code with remind you of unsaved changes (left image) and saved by not commited changes (rigth image):

To commit your changes:

  1. Go to Source Control in Activity Bar
  2. Stage all changes you want to commit (press +)
  3. Describe your changes in commit message
  4. Commit your changes (press "tick")