summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-18 09:52:11 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-18 09:52:11 +0100
commitf270a129d38e972f2aea7b53b8c561941d9e6480 (patch)
tree674d12f2ece42db16b046639d6d8a68b29acf2c9
parent9fbae9b783e1b9ac0597f0bdbaf80c3604ba601c (diff)
downloaddotfiles-f270a129d38e972f2aea7b53b8c561941d9e6480.tar.gz
dotfiles-f270a129d38e972f2aea7b53b8c561941d9e6480.tar.bz2
dotfiles-f270a129d38e972f2aea7b53b8c561941d9e6480.zip
gitconfig: Default to simple push
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 9d5d3f1..944973c 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -17,3 +17,5 @@
git log -1 --format=format:\"%Cred$branch:%Cblue %s %Cgreen%h%Creset (%ar)\" $branch | cat; echo; \
done'"
+[push]
+ default = simple