Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 361 Bytes

global-config.md

File metadata and controls

17 lines (11 loc) · 361 Bytes

Git global configuration

Common

  • git config --global user.email email@address
  • git config --global user.name "your name"
  • git config --global fetch.prune
  • git config --global push.default

Windows

  • git config --global core.autocrlf true
  • git config --global core.safecrlf false

Mac

  • git config --global core.autocrlf input