chore(git): Format gitconfig
This commit is contained in:
parent
c340ee933c
commit
3eef30b94c
1 changed files with 38 additions and 39 deletions
|
@ -1,82 +1,81 @@
|
|||
[user]
|
||||
name = Histalek
|
||||
email = 16392835+Histalek@users.noreply.github.com
|
||||
signingkey = 19EC07547ED0CE82
|
||||
name = Histalek
|
||||
email = 16392835+Histalek@users.noreply.github.com
|
||||
signingkey = 19EC07547ED0CE82
|
||||
|
||||
[alias]
|
||||
feature-branch = checkout -b
|
||||
force-push = push --force-with-lease
|
||||
ls-files = ls-tree --full-tree -r --name-only HEAD
|
||||
feature-branch = checkout -b
|
||||
force-push = push --force-with-lease
|
||||
ls-files = ls-tree --full-tree -r --name-only HEAD
|
||||
|
||||
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
||||
ll = ls --numstat
|
||||
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
|
||||
diff = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
interactive = auto
|
||||
ui = auto
|
||||
|
||||
[color "status"]
|
||||
added = green bold
|
||||
changed = yellow bold
|
||||
untracked = red
|
||||
added = green bold
|
||||
changed = yellow bold
|
||||
untracked = red
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
verbose = true
|
||||
gpgsign = true
|
||||
verbose = true
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
excludesfile = ~/.config/git/gitignore
|
||||
editor = nvim
|
||||
excludesfile = ~/.config/git/gitignore
|
||||
|
||||
[credential]
|
||||
helper = /usr/lib/git-core/git-credential-libsecret
|
||||
helper = /usr/lib/git-core/git-credential-libsecret
|
||||
|
||||
[diff]
|
||||
submodule = log
|
||||
submodule = log
|
||||
|
||||
[gpg "ssh"]
|
||||
allowedSignersFile = ~/.config/git/allowed_signers
|
||||
allowedSignersFile = ~/.config/git/allowed_signers
|
||||
|
||||
[grep]
|
||||
lineNumber = true
|
||||
extendRegexp = true
|
||||
lineNumber = true
|
||||
extendRegexp = true
|
||||
|
||||
[merge]
|
||||
stat = true
|
||||
conflictStyle = diff3
|
||||
stat = true
|
||||
conflictStyle = diff3
|
||||
|
||||
[push]
|
||||
default = current
|
||||
default = simple
|
||||
# needs git version > 2.37.0
|
||||
autoSetupRemote = true
|
||||
autoSetupRemote = true
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
rebase = true
|
||||
|
||||
[includeIf "gitdir:~/Documents/Uni/"]
|
||||
path = ~/.config/git/subconfigs/uni
|
||||
path = ~/.config/git/subconfigs/uni
|
||||
|
||||
[includeIf "gitdir:~/Repositories/uni/"]
|
||||
path = ~/.config/git/subconfigs/uni
|
||||
path = ~/.config/git/subconfigs/uni
|
||||
|
||||
[includeIf "gitdir:~/Repositories/gitlab_com/"]
|
||||
path = ~/.config/git/subconfigs/gitlab_com
|
||||
path = ~/.config/git/subconfigs/gitlab_com
|
||||
|
||||
[includeIf "gitdir:~/Repositories/saibotk_de/"]
|
||||
path = ~/.config/git/subconfigs/histalek_de
|
||||
path = ~/.config/git/subconfigs/histalek_de
|
||||
|
||||
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
||||
path = ~/.config/git/subconfigs/histalek_de
|
||||
path = ~/.config/git/subconfigs/histalek_de
|
||||
|
||||
[includeIf "gitdir:~/.dotfiles/"]
|
||||
path = ~/.config/git/subconfigs/histalek_de
|
||||
path = ~/.config/git/subconfigs/histalek_de
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
defaultBranch = main
|
||||
|
||||
[status]
|
||||
submoduleSummary = true
|
||||
|
||||
submoduleSummary = true
|
||||
|
|
Loading…
Add table
Reference in a new issue