例如: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>...]git
上面「[]」表明一個塊,it
「|」表明幾選一,date
「-」表明命令參數 ,file
「<>」表明參數的參數,auth
「-」表明簡寫參數,利於輸入。「--」表明全寫參數,利於理解co