49 lines
857 B
INI
49 lines
857 B
INI
|
[user]
|
||
|
name = Histalek
|
||
|
email = 16392835+Histalek@users.noreply.github.com
|
||
|
signingkey = 19EC07547ED0CE82
|
||
|
|
||
|
[color]
|
||
|
diff = auto
|
||
|
status = auto
|
||
|
branch = auto
|
||
|
interactive = auto
|
||
|
ui = auto
|
||
|
|
||
|
[color "status"]
|
||
|
added = green bold
|
||
|
changed = yellow bold
|
||
|
untracked = red
|
||
|
|
||
|
[commit]
|
||
|
gpgsign = true
|
||
|
|
||
|
[core]
|
||
|
editor = vim
|
||
|
excludesfile = ~/.gitignore_global
|
||
|
|
||
|
[grep]
|
||
|
lineNumber = true
|
||
|
extendRegexp = true
|
||
|
|
||
|
[push]
|
||
|
default = current
|
||
|
|
||
|
[pull]
|
||
|
rebase = true
|
||
|
|
||
|
[includeIf "gitdir:~/Documents/Uni/"]
|
||
|
path = ~/.gitconfigs/.gitconfig-uni
|
||
|
|
||
|
[includeIf "gitdir:~/Repositories/uni/"]
|
||
|
path = ~/.gitconfigs/.gitconfig-uni
|
||
|
|
||
|
[includeIf "gitdir:~/Repositories/gitlab_com/"]
|
||
|
path = ~/.gitconfigs/.gitconfig-gitlab_com
|
||
|
|
||
|
[includeIf "gitdir:~/Repositories/saibotk_de/"]
|
||
|
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
||
|
|
||
|
[init]
|
||
|
defaultBranch = main
|