aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 0b7c829..0f130c1 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -74,4 +74,7 @@
pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"]
- insteadOf = "gist:" \ No newline at end of file
+ insteadOf = "gist:"
+
+[push]
+ default = simple \ No newline at end of file