dotfiles/.gitconfig

70 lines
1.2 KiB
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
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
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]
gpgsign = true
verbose = true
2021-04-02 19:06:33 +02:00
[core]
editor = nvim
2021-07-10 17:29:52 +02:00
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
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
2021-04-02 19:06:33 +02:00
[pull]
rebase = true
2021-04-02 19:06:33 +02:00
[includeIf "gitdir:~/Documents/Uni/"]
path = ~/.gitconfigs/.gitconfig-uni
2021-04-02 19:06:33 +02:00
[includeIf "gitdir:~/Repositories/uni/"]
path = ~/.gitconfigs/.gitconfig-uni
2021-04-02 19:06:33 +02:00
[includeIf "gitdir:~/Repositories/gitlab_com/"]
path = ~/.gitconfigs/.gitconfig-gitlab_com
2021-04-02 19:06:33 +02:00
[includeIf "gitdir:~/Repositories/saibotk_de/"]
path = ~/.gitconfigs/.gitconfig-saibotk_de
2021-04-02 19:06:33 +02:00
[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