Skip to content
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.

Clone this wiki locally