Created
January 18, 2010 03:12
-
-
Save seydar/279752 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usage: git status [options] [--] <filepattern>... | |
-q, --quiet be quiet | |
-v, --verbose be verbose | |
Commit message options | |
-F, --file <FILE> read log from file | |
--author <AUTHOR> override author for commit | |
-m, --message <MESSAGE> | |
specify commit message | |
-c, --reedit-message <COMMIT> | |
reuse and edit message from specified commit | |
-C, --reuse-message <COMMIT> | |
reuse message from specified commit | |
-s, --signoff add Signed-off-by: | |
-t, --template <FILE> | |
use specified template file | |
-e, --edit force edit of commit | |
Commit contents options | |
-a, --all commit all changed files | |
-i, --include add specified files to index for commit | |
--interactive interactively add files | |
-o, --only commit only specified files | |
-n, --no-verify bypass pre-commit hook | |
--amend amend previous commit | |
-u, --untracked-files[=<mode>] | |
show untracked files, optional modes: all, normal, no. (Default: all) | |
--allow-empty ok to record an empty change | |
--cleanup <default> how to strip spaces and #comments from message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment