git commits

git init - Create a new git repo
git status - visit the change to your project

git add - add files to stagging

git commit - Create a new commit with files from stagging area

git log = view recent commit