summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-10 18:40:27 +0900
committerSean Whitton <spwhitton@spwhitton.name>2014-12-10 18:40:27 +0900
commit3223263cff60fd318e81fa9dd19681a70fd84986 (patch)
tree25a2ae5ad58e74037dc5a77b45a691ad174b8b22 /.gitconfig
parente79c7bee77d310ca2d20829754dc4b77db2a12cc (diff)
downloaddotfiles-3223263cff60fd318e81fa9dd19681a70fd84986.tar.gz
change git default push to 'current'. Simplifies creating new branches:
just git push -u origin
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index b230fa0d..1eb97b75 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -37,6 +37,6 @@
# push strategy
[push]
- default = matching
+ default = current
[magit]
extension = wip-save