diff options
| author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-05-29 21:47:51 +0700 |
|---|---|---|
| committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-05-29 21:47:51 +0700 |
| commit | 1b1f8f5b5ed00684e59168dd4bc2fb0348d0eac6 (patch) | |
| tree | e67cdb5c824e85d714822b41b051f177fc67465a /dev/.gitconfig | |
| parent | bd2ab43fc68464d9502d04ca2f9d005ff19764ef (diff) | |
| download | dotfiles-1b1f8f5b5ed00684e59168dd4bc2fb0348d0eac6.tar.gz | |
Update 2017-05-29
Diffstat (limited to 'dev/.gitconfig')
| -rw-r--r-- | dev/.gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig new file mode 100644 index 0000000..8cf14e9 --- /dev/null +++ b/dev/.gitconfig @@ -0,0 +1,9 @@ +[user] + email = vn.mcsinyx@gmail.com + name = Raphael McSinyx +[diff] + tool = vimdif + guitool = gvimdif +[github] + user = McSinyx + |
