Every time you create or clone a git repo, git creates a local .git/config file that you can use to set local project-level git configs that won't be checked in to source. On my version of git (2.17.1), it looks like this:
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true Is it possible to change this default .git/config template?