diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-06-22 18:18:32 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:44:09 +0700 |
commit | 8685a884cb356c2b91297c7d70cb4083a789e667 (patch) | |
tree | e7538b9920e18c50210e24c08d18f6bab2b38337 /git | |
parent | d37551fe23ecef7c5ff17201a27593bcaa371c53 (diff) | |
download | dotfiles-8685a884cb356c2b91297c7d70cb4083a789e667.tar.gz |
Add git config
Diffstat (limited to 'git')
-rw-r--r-- | git/.config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git/.config/git/config b/git/.config/git/config new file mode 100644 index 0000000..842d047 --- /dev/null +++ b/git/.config/git/config @@ -0,0 +1,3 @@ +[user] + email = vn.mcsinyx@gmail.com + name = Raphael McSinyx |