Git/config

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Revision as of 21:36, 9 December 2014 by Woozle (talk | contribs) (extracted from parent page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax

  • git config <param_name> lists the current value for the given parameter
  • git config --global <param_name> <param_value>
    • param_name: user.name, user.email, core.editor
  • git config --list lists current configuration parameters