Browse Source

Update global git config

pull/6/head
Ein Verne 3 years ago
parent
commit
79888777ee
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 5
      git/global.gitconfig

5
git/global.gitconfig

@ -1,6 +1,7 @@
[user] [user]
email = [email protected] email = [email protected]
name = Ein Verne name = Ein Verne
signingkey = 926634D64ACAD792
[push] [push]
default = matching default = matching
#[http] #[http]
@ -132,3 +133,7 @@
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
process = git-lfs filter-process process = git-lfs filter-process
required = true required = true
[init]
defaultBranch = master
[log]
date = local

Loading…
Cancel
Save