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