sample.ini.txt 295 B

123456789101112131415
  1. # Example of a .gitconfig file
  2. [core]
  3. repositoryformatversion = 0
  4. filemode = false
  5. bare = false
  6. logallrefupdates = true
  7. symlinks = false
  8. ignorecase = true
  9. hideDotFiles = dotGitOnly
  10. # Defines the master branch
  11. [branch "master"]
  12. remote = origin
  13. merge = refs/heads/master