dotfiles/.gitconfig

59 lines
993 B
INI
Raw Normal View History

2021-04-02 19:06:33 +02:00
[user]
name = Histalek
email = 16392835+Histalek@users.noreply.github.com
signingkey = 19EC07547ED0CE82
[color]
2021-07-10 17:29:52 +02:00
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
2021-04-02 19:06:33 +02:00
[color "status"]
2021-07-10 17:29:52 +02:00
added = green bold
changed = yellow bold
untracked = red
2021-04-02 19:06:33 +02:00
[commit]
gpgsign = true
[core]
2021-07-10 17:29:52 +02:00
editor = vim
excludesfile = ~/.gitignore_global
2021-04-02 19:06:33 +02:00
2021-06-27 19:18:10 +02:00
[diff]
2021-07-10 17:29:52 +02:00
submodule = log
2021-06-27 19:18:10 +02:00
2021-04-02 19:06:33 +02:00
[grep]
lineNumber = true
2021-07-10 17:29:52 +02:00
extendRegexp = true
2021-04-02 19:06:33 +02:00
[push]
2021-07-10 17:29:52 +02:00
default = current
2021-04-02 19:06:33 +02:00
[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
[includeIf "gitdir:~/Repositories/histalek_de/"]
2021-07-10 17:29:52 +02:00
path = ~/.gitconfigs/.gitconfig-histalek_de
2021-04-02 19:06:33 +02:00
[init]
2021-07-10 17:29:52 +02:00
defaultBranch = main
2021-06-27 19:18:10 +02:00
[status]
2021-07-10 17:29:52 +02:00
submoduleSummary = true
2021-06-27 19:18:10 +02:00