summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-02-19 00:05:52 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2013-02-19 00:05:52 +0100
commit174955d60585f22d33267ab51c4481122cb4003d (patch)
tree3f19806ff134c4155412789f1b4a6f5497162826
parent2fe3274697489afb7d547d8e42dff750ee08e510 (diff)
downloaddotfiles-174955d60585f22d33267ab51c4481122cb4003d.tar.gz
Set push.default to simple
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 403cedc..a4472b1 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -8,3 +8,5 @@
excludesfile = ~/.git_ignore
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
+[push]
+ default = simple