commit e0b21a2639875c8827ff77d329b5e1d9a111fcd9 parent 780097c5ba282f94e56ce5f738fc771a546f6c2a Author: rsiddharth <rsiddharth@ninthfloor.org> Date: Sat, 27 Feb 2016 17:46:50 -0500 Added .gitconfig Diffstat:
.gitconfig | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -0,0 +1,10 @@ +[user] + name = rsiddharth + email = rsiddharth@ninthfloor.org +[core] + editor = $EDITOR + +[push] + default = upstream +[color] + ui = true