explain git commit stdout code example
Example 1: git commit
git commit -a -m "The Commit message"
Example 2: to see all after commit in local repository in git
git log --name-only
git commit -a -m "The Commit message"
git log --name-only