Skip to content

Instantly share code, notes, and snippets.

@QGB
Created October 23, 2019 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QGB/fe660f0aa2eea2ec66428c2a8744b488 to your computer and use it in GitHub Desktop.
Save QGB/fe660f0aa2eea2ec66428c2a8744b488 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = false
hideDotFiles = dotGitOnly
quotepath = false
autocrlf = false
precomposeunicode = true
safecrlf = false
excludesfile =
packedGitLimit = 128m
packedGitWindowSize = 128m
[remote "origin"]
url = ssh://git@git.de
[branch "master"]
remote = origin
merge = refs/heads/master
[pack]
deltaCacheSize = 128m
packSizeLimit = 128m
windowMemory = 128m
[push]
default = matching
[user]
name = qgbcs
email = qgbcs@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment