例如:git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
[--dry-run] [(-c | -C | --fixup | --squash) <commit>] [-F <file> | -m <msg>] [--reset-author] [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>] [--date=<date>] [--cleanup=<mode>] [--[no-]status] [-i | -o] [-S[<keyid>]] [--] [<file>...]上面“[]”代表一个块,
“|”代表几选一,
“-”代表命令参数 ,
“<>”代表参数的参数,
“-”代表简写参数,利于输入。“--”代表全写参数,利于理解