dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2018-07-23 13:10:40 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2018-07-23 13:10:40 +0100 +0100
Commit: bcfc79ca802e3b065f975f26723a1b86c0df86ea
Parent: b7adb7dc99e4ad8ee0e6a837750d88e860976588


feat(git): Always push current branch
diff --git a/.gitconfig b/.gitconfig
index ccf996f397c006e1d769e09cbc41b89f6164f8cc..797c655bb7bf9c188432c4bf53fc69c1d8030a0f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -18,7 +18,7 @@     standup = !clear && git log --since '1 day ago' --no-merges --pretty=format':%C(yellow)%h %aN%n %B%n' --author 'Kyle Fuller'
     conflict = "!f() { git status -s | grep ^UU | awk '{print $2}' ; }; vim `f`"
 
 [push]
-    default = simple
+    default = current
 
 [hub]
     protocol = https