Add .gitconfig

This commit is contained in:
olemorud
2023-03-10 16:51:46 +01:00
parent 7bd2c747d8
commit 8ac44a19c1

23
.gitconfig Normal file
View File

@@ -0,0 +1,23 @@
[alias]
st = status
ci = commit
co = checkout
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
[color]
ui = true
diff = auto
status = auto
[core]
editor = vim --clean
[credential]
helper = manager-core
[push]
default = simple
[branch]
autosetuprebase = always
[init]
defaultBranch = master