gitconfig (212B)
1 [core] 2 editor = vim 3 pager = less 4 [init] 5 defaultBranch = master 6 [user] 7 name = MikoĊaj Lenczewski 8 email = mikolaj@lenczewski.org 9 signingkey = ADD67E585F42E22C 10 [commit] 11 gpgSign = true 12 [tag] 13 gpgSign = true 14