-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
git commit
Nicholas "LB" Braden edited this page May 29, 2013
·
1 revision
Syntax: git commit [--amend]
There is no reason to use -a since there is no concept of a working directory. You can specify -m and provide a message, but currently there is no reason to do so - simply running git commit is sufficient to create a commit.
See the official command reference for actual git environments.