.gitconfig: Verbose commits, use nvim as editor, fix whitespaces
This commit is contained in:
parent
68cfaaaefc
commit
8e13dfa8d8
1 changed files with 12 additions and 11 deletions
23
.gitconfig
23
.gitconfig
|
@ -1,7 +1,7 @@
|
|||
[user]
|
||||
name = Histalek
|
||||
email = 16392835+Histalek@users.noreply.github.com
|
||||
signingkey = 19EC07547ED0CE82
|
||||
name = Histalek
|
||||
email = 16392835+Histalek@users.noreply.github.com
|
||||
signingkey = 19EC07547ED0CE82
|
||||
|
||||
[color]
|
||||
diff = auto
|
||||
|
@ -16,36 +16,37 @@
|
|||
untracked = red
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
gpgsign = true
|
||||
verbose = true
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
editor = nvim
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
[diff]
|
||||
submodule = log
|
||||
|
||||
[grep]
|
||||
lineNumber = true
|
||||
lineNumber = true
|
||||
extendRegexp = true
|
||||
|
||||
[push]
|
||||
default = current
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
rebase = true
|
||||
|
||||
[includeIf "gitdir:~/Documents/Uni/"]
|
||||
path = ~/.gitconfigs/.gitconfig-uni
|
||||
path = ~/.gitconfigs/.gitconfig-uni
|
||||
|
||||
[includeIf "gitdir:~/Repositories/uni/"]
|
||||
path = ~/.gitconfigs/.gitconfig-uni
|
||||
path = ~/.gitconfigs/.gitconfig-uni
|
||||
|
||||
[includeIf "gitdir:~/Repositories/gitlab_com/"]
|
||||
path = ~/.gitconfigs/.gitconfig-gitlab_com
|
||||
path = ~/.gitconfigs/.gitconfig-gitlab_com
|
||||
|
||||
[includeIf "gitdir:~/Repositories/saibotk_de/"]
|
||||
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
||||
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
||||
|
||||
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
||||
path = ~/.gitconfigs/.gitconfig-histalek_de
|
||||
|
|
Loading…
Add table
Reference in a new issue