Now to commit our changes first we must enter a commit message in the message textbox within the source control panel. Once you have entered your commit message click the commit button at the top of the source control panel.
Note: Any commit messages that start with ‘#’ or any empty commit messages will be ignored
These GUI actions are equivalent to this CLI command:
git commit -m <commit message>