mirror of
https://github.com/acedanger/dotfiles.git
synced 2025-12-05 22:30:13 -08:00
added global gitconfig
This commit is contained in:
10
.gitconfig
Normal file
10
.gitconfig
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[user]
|
||||||
|
email = peter@peterwood.dev
|
||||||
|
name = Peter Wood
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
|
eol = lf
|
||||||
Reference in New Issue
Block a user