Process Flow - git commit with message
Make changes to files
Stage changes with git add
Run git commit -m "message"
Git creates a new commit with the message
Commit saved in local repository
This flow shows how you save your changes in git with a message describing them.