What does the git config –global setting control?

Git Medium

Git — Medium

What does the git config –global setting control?

Key points

  • Global settings are user-specific, not system-wide
  • These settings are stored in a specific file, ~/.gitconfig
  • Repository-level settings are configured differently
  • System-level settings have a broader scope

Ready to go further?

Related questions