Table of contents
skipping the staging area
git add.
First, make any changes inside the project Directory or .. if you have already worked on it
git commit -a -m "third commit to skipping the stage area"
This will directly commit on remote by skipping the Staging Area
Now, you can check, by git log, to check all the history
git log