diff options
| author | Blaise Thompson <blaise@untzag.com> | 2018-07-02 21:18:45 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2018-07-02 21:18:45 -0500 |
| commit | 7bcb0b78ce9e70b5e09ed84677742357ffdd3709 (patch) | |
| tree | e33afbc154c0c302b78c7888d9e019b77df6340a /git | |
| parent | 4fda7b1b6eb947fbf0c9d8e2fe654d4db039401b (diff) | |
2018-07-02 21:18
Diffstat (limited to 'git')
| -rw-r--r-- | git/gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git/gitconfig b/git/gitconfig new file mode 100644 index 0000000..398287a --- /dev/null +++ b/git/gitconfig @@ -0,0 +1,5 @@ +[user] + email = blaise@untzag.com + name = Blaise Thompson +[push] + default = simple |
