diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..1edbc46 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +# This is Git's per-user configuration file. +[user] + name = Adam T. Carpenter + email = atc@53hor.net + signingkey = atc@53hor.net +[init] + defaultBranch = master +[pull] + rebase = true + #rebase = true |