In this exercise, you will have to create a commit
with the changes already present in the staging area
.
The command line tool to create new commits is git commit [-m message]
(see the documentation).
You may also use graphical tools such as Sourcetree or GitKraken.