diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-11-26 23:24:35 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-11-26 23:24:35 -0500 |
commit | 7ae706778ea86251f3711b5defa83e975dc6be81 (patch) | |
tree | 5754fe5309ba40d699ee967d59ec96ad4436c13c /.gitconfig | |
parent | 14a891ed00683b551c03d2beebf5f31c6d2e5b5e (diff) | |
download | dotfiles-7ae706778ea86251f3711b5defa83e975dc6be81.tar.xz dotfiles-7ae706778ea86251f3711b5defa83e975dc6be81.zip |
add gitconfig
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 |