3. Recording changes to the repository
Checking the status of the repository
Let's use the git status
command to check the current state of the repository.
Task
Run the git status
command in the VS Code terminal.
You should see the following output:
Result:
On branch main
nothing to commit, working tree clean
This means that the repository is clean and there are no changes to commit.
© 2024-2025 GitByBit.All rights reserved.