diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-14 16:23:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-14 16:23:17 +0800 |
commit | 21364e9a82506fa69ea4489367dde2e7c90abc56 (patch) | |
tree | 835fa69d628f3a356b47cd975d9ac8bcf4ed3540 /_gitconfig | |
parent | a4128a8f80ceeecce0c78c03b379112d1a6f1e23 (diff) | |
download | dotfiles-21364e9a82506fa69ea4489367dde2e7c90abc56.tar.bz2 |
Add _gitconfig
Diffstat (limited to '_gitconfig')
-rw-r--r-- | _gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_gitconfig b/_gitconfig new file mode 100644 index 0000000..e8177da --- /dev/null +++ b/_gitconfig @@ -0,0 +1,5 @@ +[user] + name = Aaron LI + email = aaronly.me@gmail.com +[push] + default = simple |