Carl Worth wrote:
Without staging
---------------
add Add a file to be managed by git
rm Remove a file to no longer be managed by git
diff Show the changes in the working tree compared to the
latest commit, (or compared to staged content, if any)
commit Commit the current state of all git-managed files
commit files... Commit the current state of the specified files
As a newbie like this entire proposal and especially the above.
Wink Saville