From b7bc52ec20351c3cbfa429a8ffae09e8e9404f04 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Wed, 10 Jul 2013 23:16:27 -0700 Subject: [PATCH] Git push to current, not upstream The primary use case for me is to `git push staging` and `git push production` from the master branch using our typical git workflow: https://github.com/thoughtbot/guides/tree/master/protocol#deploy --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 15ad9d0..e13b76a 100644 --- a/gitconfig +++ b/gitconfig @@ -1,5 +1,5 @@ [push] - default = upstream + default = current [color] ui = auto [alias]