parent
a5693c1964
commit
69286972bf
40 changed files with 41 additions and 744 deletions
25
git/config
Normal file
25
git/config
Normal file
|
@ -0,0 +1,25 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[user]
|
||||
email = cy@cy7.sh
|
||||
name = Cy Pokhrel
|
||||
signingkey = 1200FBE36C2ADE2E
|
||||
|
||||
[core]
|
||||
pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
navigate = true
|
||||
|
||||
[merge]
|
||||
conflictstype = diff3
|
||||
|
||||
[diff]
|
||||
colorMoved = default
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
Loading…
Add table
Add a link
Reference in a new issue