diff options
| author | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
| commit | 73a217ffa13aa728f1903b782428f7f522b4539a (patch) | |
| tree | fde1ef460fed0cc6023f8aacebf3d5fb3043b700 /.gitconfig | |
Initial dotfile stuff
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..017b981 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +[user] + name = Mica White + email = botahamec@outlook.com + signingkey = 552EE5463ED911BE778971888D68F806996D90E8 +[init] + defaultBranch = main +[commit] + gpgSign = true +[pull] + ff = only |
