Update dotfiles
This commit is contained in:
14
.gitconfig
14
.gitconfig
@@ -5,8 +5,9 @@
|
||||
lola = log --graph --decorate=full\n--pretty=oneline --abbrev-commit --all
|
||||
logf = "!echo \"Remember to add -S<string>\" ; git log --color -p --source --all"
|
||||
[user]
|
||||
name = olemorud
|
||||
email = ole.kristian.morud@cern.ch
|
||||
name = Ole Morud
|
||||
email = ole-morud-git.football131@simplelogin.com
|
||||
signingkey = /home/ole/.ssh/id_ed25519.pub
|
||||
[color]
|
||||
ui = true
|
||||
diff = auto
|
||||
@@ -20,4 +21,11 @@
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
[init]
|
||||
defaultBranch = master
|
||||
defaultBranch = master
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
Reference in New Issue
Block a user