Advertisement
thetj09

Untitled

May 5th, 2021
682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. On branch master
  2. Your branch is up to date with 'origin/master'.
  3.  
  4. nothing to commit, working tree clean
  5. fatal: Failed to enumerate all Git configuration entries [129]
  6. error: unknown option `show-scope'
  7. usage: git config [<options>]
  8.  
  9. Config file location
  10. --global use global config file
  11. --system use system config file
  12. --local use repository config file
  13. --worktree use per-worktree config file
  14. -f, --file <file> use given config file
  15. --blob <blob-id> read config from given blob object
  16.  
  17. Action
  18. --get get value: name [value-regex]
  19. --get-all get all values: key [value-regex]
  20. --get-regexp get values for regexp: name-regex [value-regex]
  21. --get-urlmatch get value specific for the URL: section[.var] URL
  22. --replace-all replace all matching variables: name value [value_regex]
  23. --add add a new variable: name value
  24. --unset remove a variable: name [value-regex]
  25. --unset-all remove all matches: name [value-regex]
  26. --rename-section rename section: old-name new-name
  27. --remove-section remove a section: name
  28. -l, --list list all
  29. -e, --edit open an editor
  30. --get-color find the color configured: slot [default]
  31. --get-colorbool find the color setting: slot [stdout-is-tty]
  32.  
  33. Type
  34. -t, --type <> value is given this type
  35. --bool value is "true" or "false"
  36. --int value is decimal number
  37. --bool-or-int value is --bool or --int
  38. --path value is a path (file or directory name)
  39. --expiry-date value is an expiry date
  40.  
  41. Other
  42. -z, --null terminate values with NUL byte
  43. --name-only show variable names only
  44. --includes respect include directives on lookup
  45. --show-origin show origin of config (file, standard input, blob, command line)
  46. --default <value> with --get, use default value when missing entry
  47.  
  48.  
  49. Username for 'https://github.com': ^C
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement