Skip to content
  • Issy Long's avatar
    Remove `--local` from `git config` commands as it's the default · 02524ba3
    Issy Long authored
    - The `--local` option doesn't exist in early versions of git (~1.7),
      but its behaviour is the default (saving in the current repo's .git
      directory).
    - As it's the default across versions, we don't need to specify it
      everywhere.
    - Reported in Linuxbrew/install issue 78.
    02524ba3