.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]
|
[user]
|
||||||
name = Histalek
|
name = Histalek
|
||||||
email = 16392835+Histalek@users.noreply.github.com
|
email = 16392835+Histalek@users.noreply.github.com
|
||||||
signingkey = 19EC07547ED0CE82
|
signingkey = 19EC07547ED0CE82
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
|
@ -16,36 +16,37 @@
|
||||||
untracked = red
|
untracked = red
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
verbose = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = nvim
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
submodule = log
|
submodule = log
|
||||||
|
|
||||||
[grep]
|
[grep]
|
||||||
lineNumber = true
|
lineNumber = true
|
||||||
extendRegexp = true
|
extendRegexp = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[includeIf "gitdir:~/Documents/Uni/"]
|
[includeIf "gitdir:~/Documents/Uni/"]
|
||||||
path = ~/.gitconfigs/.gitconfig-uni
|
path = ~/.gitconfigs/.gitconfig-uni
|
||||||
|
|
||||||
[includeIf "gitdir:~/Repositories/uni/"]
|
[includeIf "gitdir:~/Repositories/uni/"]
|
||||||
path = ~/.gitconfigs/.gitconfig-uni
|
path = ~/.gitconfigs/.gitconfig-uni
|
||||||
|
|
||||||
[includeIf "gitdir:~/Repositories/gitlab_com/"]
|
[includeIf "gitdir:~/Repositories/gitlab_com/"]
|
||||||
path = ~/.gitconfigs/.gitconfig-gitlab_com
|
path = ~/.gitconfigs/.gitconfig-gitlab_com
|
||||||
|
|
||||||
[includeIf "gitdir:~/Repositories/saibotk_de/"]
|
[includeIf "gitdir:~/Repositories/saibotk_de/"]
|
||||||
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
||||||
|
|
||||||
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
||||||
path = ~/.gitconfigs/.gitconfig-histalek_de
|
path = ~/.gitconfigs/.gitconfig-histalek_de
|
||||||
|
|
Loading…
Add table
Reference in a new issue