You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.