2021-04-02 19:06:33 +02:00
|
|
|
[user]
|
2021-10-11 07:28:38 +02:00
|
|
|
name = Histalek
|
|
|
|
email = 16392835+Histalek@users.noreply.github.com
|
|
|
|
signingkey = 19EC07547ED0CE82
|
2021-04-02 19:06:33 +02:00
|
|
|
|
2022-01-22 23:00:22 +01:00
|
|
|
[alias]
|
|
|
|
feature-branch = checkout -b
|
|
|
|
force-push = push --force-with-lease
|
2022-10-27 23:06:47 +02:00
|
|
|
ls-files = ls-tree --full-tree -r --name-only HEAD
|
2022-01-22 23:00:22 +01:00
|
|
|
|
|
|
|
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
|
|
|
ll = ls --numstat
|
|
|
|
|
2021-04-02 19:06:33 +02:00
|
|
|
[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]
|
2021-10-11 07:28:38 +02:00
|
|
|
gpgsign = true
|
|
|
|
verbose = true
|
2021-04-02 19:06:33 +02:00
|
|
|
|
|
|
|
[core]
|
2021-10-11 07:28:38 +02:00
|
|
|
editor = nvim
|
2022-10-04 20:34:59 +02:00
|
|
|
excludesfile = ~/.config/git/gitignore
|
2021-04-02 19:06:33 +02:00
|
|
|
|
2022-09-06 08:47:32 +02:00
|
|
|
[credential]
|
|
|
|
helper = /usr/lib/git-core/git-credential-libsecret
|
|
|
|
|
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]
|
2021-10-11 07:28:38 +02:00
|
|
|
lineNumber = true
|
2021-07-10 17:29:52 +02:00
|
|
|
extendRegexp = true
|
2021-04-02 19:06:33 +02:00
|
|
|
|
2022-03-02 06:17:54 +01:00
|
|
|
[merge]
|
|
|
|
stat = true
|
|
|
|
|
2021-04-02 19:06:33 +02:00
|
|
|
[push]
|
2021-07-10 17:29:52 +02:00
|
|
|
default = current
|
2022-07-13 16:18:43 +02:00
|
|
|
# needs git version > 2.37.0
|
|
|
|
autoSetupRemote = true
|
2021-04-02 19:06:33 +02:00
|
|
|
|
|
|
|
[pull]
|
2021-10-11 07:28:38 +02:00
|
|
|
rebase = true
|
2021-04-02 19:06:33 +02:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/Documents/Uni/"]
|
2021-10-11 07:28:38 +02:00
|
|
|
path = ~/.gitconfigs/.gitconfig-uni
|
2021-04-02 19:06:33 +02:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/Repositories/uni/"]
|
2021-10-11 07:28:38 +02:00
|
|
|
path = ~/.gitconfigs/.gitconfig-uni
|
2021-04-02 19:06:33 +02:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/Repositories/gitlab_com/"]
|
2021-10-11 07:28:38 +02:00
|
|
|
path = ~/.gitconfigs/.gitconfig-gitlab_com
|
2021-04-02 19:06:33 +02:00
|
|
|
|
|
|
|
[includeIf "gitdir:~/Repositories/saibotk_de/"]
|
2021-10-11 07:28:38 +02:00
|
|
|
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
2021-04-02 19:06:33 +02:00
|
|
|
|
2021-04-24 11:17:56 +02:00
|
|
|
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
2021-07-10 17:29:52 +02:00
|
|
|
path = ~/.gitconfigs/.gitconfig-histalek_de
|
2021-04-24 11:17:56 +02:00
|
|
|
|
2022-04-24 13:47:54 +02:00
|
|
|
[includeIf "gitdir:~/.dotfiles/"]
|
|
|
|
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
|
|
|
|