Lines Matching +full:commit +full:- +full:message
17 help Print this message or the help of the given subcommand(s)
20 -h, --help Print help
33 help Print this message or the help of the given subcommand(s)
36 -h, --help Print help
47 -h, --help Print help
63 -h, --help Print help
72 $ git stash -h
80 help Print this message or the help of the given subcommand(s)
83 -m, --message <MESSAGE>
84 -h, --help Print help
86 $ git stash push -h
90 -m, --message <MESSAGE>
91 -h, --help Print help
93 $ git stash pop -h
100 -h, --help Print help
102 $ git stash -m "Prototype"
108 $ git stash push -m "Prototype"
118 $ git custom-tool arg1 --foo bar
119 Calling out to "custom-tool" with ["arg1", "--foo", "bar"]
125 $ git diff --help
128 Usage: git[EXE] diff [OPTIONS] [COMMIT] [COMMIT] [-- <PATH>]
131 [COMMIT]
132 [COMMIT]
136 --color[=<WHEN>] [default: auto] [possible values: always, auto, never]
137 -h, --help Print help
148 $ git diff HEAD~~ -- HEAD
151 $ git diff --color
154 $ git diff --color=never