Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. error: switch `m' requires a value
  2. usage: git commit [<options>] [--] <pathspec>...
  3.  
  4. -q, --quiet suppress summary after successful commit
  5. -v, --verbose show diff in commit message template
  6.  
  7. Commit message options
  8. -F, --file <file> read message from file
  9. --author <author> override author for commit
  10. --date <date> override date for commit
  11. -m, --message <message>
  12. commit message
  13. -c, --reedit-message <commit>
  14. reuse and edit message from specified commit
  15. -C, --reuse-message <commit>
  16. reuse message from specified commit
  17. --fixup <commit> use autosquash formatted message to fixup specified commit
  18. --squash <commit> use autosquash formatted message to squash specified commit
  19. --reset-author the commit is authored by me now (used with -C/-c/--amend)
  20. -s, --signoff add Signed-off-by:
  21. -t, --template <file>
  22. use specified template file
  23. -e, --edit force edit of commit
  24. --cleanup <default> how to strip spaces and #comments from message
  25. --status include status in commit message template
  26. -S, --gpg-sign[=<key-id>]
  27. GPG sign commit
  28.  
  29. Commit contents options
  30. -a, --all commit all changed files
  31. -i, --include add specified files to index for commit
  32. --interactive interactively add files
  33. -p, --patch interactively add changes
  34. -o, --only commit only specified files
  35. -n, --no-verify bypass pre-commit hook
  36. --dry-run show what would be committed
  37. --short show status concisely
  38. --branch show branch information
  39. --porcelain machine-readable output
  40. --long show status in long format (default)
  41. -z, --null terminate entries with NUL
  42. --amend amend previous commit
  43. --no-post-rewrite bypass post-rewrite hook
  44. -u, --untracked-files[=<mode>]
  45. show untracked files, optional modes: all, normal, no. (Default: all)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement