diff options
| author | tslil clingman <> | 2019-09-11 19:18:14 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2019-09-11 19:18:14 -0400 |
| commit | ac1a4884d03fc0495c773500d8a13f84b695fa43 (patch) | |
| tree | 29e5ec49e0ce957d80d8f11a155b47840c74f488 /.gitconfig | |
Init
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..a6a0371 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,7 @@ +[user] + name = tslil clingman + email = " " +[push] + default = simple +[core] + editor = emacs |
