dotfiles/git/.gitconfig

45 lines
1.0 KiB
INI
Raw Permalink Normal View History

2021-11-24 14:14:39 +00:00
[includeIf "gitdir:~/repository/kawanlama/"]
path = ~/repository/kawanlama/.gitconfig
[includeIf "gitdir:~/repository/personal/"]
path = ~/repository/.gitconfig
[includeIf "gitdir:~/repository/oss/"]
path = ~/repository/.gitconfig
[includeIf "gitdir:~/repository/teknologi-umum/"]
path = ~/repository/.gitconfig
[includeIf "gitdir:~/repository/databases/"]
path = ~/repository/.gitconfig
[includeIf "gitdir:~/repository/arcet/"]
path = ~/repository/.gitconfig
[includeIf "gitdir:~/repository/tridots-lms/"]
path = ~/repository/.gitconfig
[includeIf "gitdir:~/repository/reinaldyrfl/"]
path = ~/repository/.gitconfig
[includeIf "gitdir:~/.dotfiles/"]
path = ~/repository/.gitconfig
2022-01-15 12:12:24 +00:00
[user]
2022-08-19 13:49:23 +00:00
signingkey = EA1B2522C1693EC8
email = aldy505@proton.me
2022-02-06 06:20:19 +00:00
name = Reinaldy Rafli
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[init]
defaultBranch = master
[commit]
2022-08-19 13:49:23 +00:00
gpgSign = true