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]
|
|
|
|
signingkey = 748A8EC5DB8653E8
|
2022-02-06 06:20:19 +00:00
|
|
|
email = aldy505@tutanota.com
|
|
|
|
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
|
2022-05-07 12:08:30 +00:00
|
|
|
|
|
|
|
[commit]
|
|
|
|
gpgSign = true
|