diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 15:42:54 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 15:42:54 -0500 |
| commit | 56f7366d85d888ff19767935402f56c6e0328364 (patch) | |
| tree | 1704b107f268e213187c4726bbfe816daa02c00e | |
| parent | 205a7a03bf449924a667e39616aeca4f13faf865 (diff) | |
feat: add .gitconfig
| -rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..d6f8038 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[user] + email = sam@samnystrom.dev + name = Sam Nystrom +[init] + defaultBranch = main |
