Minimal setup
This commit is contained in:
14
config/gitconfig
Normal file
14
config/gitconfig
Normal file
@@ -0,0 +1,14 @@
|
||||
[color]
|
||||
ui = true
|
||||
[user]
|
||||
name = maddiebaka
|
||||
email = madeline@cray.lgbt
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
autocrlf = input
|
||||
[github]
|
||||
user = maddiebaka
|
||||
[gpg]
|
||||
program = gpg2
|
||||
[init]
|
||||
defaultBranch = main
|
Reference in New Issue
Block a user