git add and amend in one command code example
Example 1: git add commit in one command
git commit -am "message"
Example 2: git commit with message
git commit -m <msg>
git commit -message=<msg>
git commit -am "message"
git commit -m <msg>
git commit -message=<msg>