diff options
author | June McEnroe <june@causal.agency> | 2016-01-25 14:29:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-01-25 14:29:01 -0500 |
commit | 812e0ac328f308510f68bc72215c4ded4c5f949e (patch) | |
tree | c657c486015fb25e511ae5b174698daa84d89ba1 | |
parent | Clean up .gitconfig (diff) | |
download | src-812e0ac328f308510f68bc72215c4ded4c5f949e.tar.gz src-812e0ac328f308510f68bc72215c4ded4c5f949e.zip |
Wow, that is so annoying, git
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig index d8ed7dd0..6b63477e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,6 +3,8 @@ email = programble@gmail.com [core] editor = vim +[push] + default = simple [rebase] autosquash = true [pretty] |