# 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):<br>
<img height="230px" src="slides/img/UnsavedChanges.png">
<img height="230px" src="slides/img/SavedButUncommitedChanges.png">

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")

<img height="230px" src="slides/img/commit.png">