66 lines
1.2 KiB
INI
66 lines
1.2 KiB
INI
[user]
|
|
name = Histalek
|
|
email = 16392835+Histalek@users.noreply.github.com
|
|
signingkey = 19EC07547ED0CE82
|
|
|
|
[alias]
|
|
feature-branch = checkout -b
|
|
force-push = push --force-with-lease
|
|
|
|
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
|
ll = ls --numstat
|
|
|
|
[color]
|
|
diff = auto
|
|
status = auto
|
|
branch = auto
|
|
interactive = auto
|
|
ui = auto
|
|
|
|
[color "status"]
|
|
added = green bold
|
|
changed = yellow bold
|
|
untracked = red
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
verbose = true
|
|
|
|
[core]
|
|
editor = nvim
|
|
excludesfile = ~/.gitignore_global
|
|
|
|
[diff]
|
|
submodule = log
|
|
|
|
[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
|
|
|
|
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
|
path = ~/.gitconfigs/.gitconfig-histalek_de
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[status]
|
|
submoduleSummary = true
|
|
|