diff options
| author | Blaise Thompson <blaise@untzag.com> | 2017-08-26 00:04:39 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2017-08-26 00:04:39 -0500 | 
| commit | 315c4b9e384bdf377a28223e9a56197125d2b17c (patch) | |
| tree | ea90b82fd875072bbd665590ee90539c9ae68a65 /dotfiles/gitconfig | |
| parent | 5eb01e5962ba32416e597868f603b79304a61b9c (diff) | |
add gitconfig
Diffstat (limited to 'dotfiles/gitconfig')
| -rw-r--r-- | dotfiles/gitconfig | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig new file mode 100644 index 0000000..398287a --- /dev/null +++ b/dotfiles/gitconfig @@ -0,0 +1,5 @@ +[user] +	email = blaise@untzag.com +	name = Blaise Thompson +[push] +	default = simple | 
