diff options
author | humphreylin <[email protected]> | 2019-09-02 12:30:03 +0800 |
---|---|---|
committer | humphreylin <[email protected]> | 2019-09-02 12:30:03 +0800 |
commit | 04ddc2c59ce3d693a338a379e8afb302c1a6ab27 (patch) | |
tree | 52ab9575fa687ed296256125160e5c2d59e90c38 | |
parent | 3b4968299ee60845a2426ded6890cf5f15da9f16 (diff) | |
download | dotfiles-04ddc2c59ce3d693a338a379e8afb302c1a6ab27.tar.gz dotfiles-04ddc2c59ce3d693a338a379e8afb302c1a6ab27.tar.bz2 dotfiles-04ddc2c59ce3d693a338a379e8afb302c1a6ab27.zip |
add .gitconfig
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..cd137ff --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[user] + email = [email protected] + name = humphreylin |