Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 1.87 KB | None | 0 0
  1. nikita@gamerpro-linux:~/dark_mages-server/npc/001-1_Tulimshar$ git commit -m
  2. error: switch `m' requires a value
  3. usage: git commit [options] [--] <filepattern>...
  4.  
  5.     -q, --quiet           be quiet
  6.     -v, --verbose         be verbose
  7.  
  8. Commit message options
  9.     -F, --file <FILE>     read log from file
  10.     --author <AUTHOR>     override author for commit
  11.     --date <DATE>         override date for commit
  12.     -m, --message <MESSAGE>
  13.                           specify commit message
  14.     -c, --reedit-message <COMMIT>
  15.                           reuse and edit message from specified commit
  16.     -C, --reuse-message <COMMIT>
  17.                           reuse message from specified commit
  18.     --reset-author        the commit is authored by me now (used with -C-c/--amend)
  19.     -s, --signoff         add Signed-off-by:
  20.     -t, --template <FILE>
  21.                           use specified template file
  22.     -e, --edit            force edit of commit
  23.     --cleanup <default>   how to strip spaces and #comments from message
  24.     --status              include status in commit message template
  25.  
  26. Commit contents options
  27.     -a, --all             commit all changed files
  28.     -i, --include         add specified files to index for commit
  29.     --interactive         interactively add files
  30.     -o, --only            commit only specified files
  31.     -n, --no-verify       bypass pre-commit hook
  32.     --dry-run             show what would be committed
  33.     --short               show status concisely
  34.     --porcelain           show porcelain output format
  35.     -z, --null            terminate entries with NUL
  36.     --amend               amend previous commit
  37.     --no-post-rewrite     bypass post-rewrite hook
  38.     -u, --untracked-files[=<mode>]
  39.                           show untracked files, optional modes: all, normal, no. (Default: all)
  40.     --allow-empty         ok to record an empty chang
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement