From: Oleg Broytman Date: Mon, 6 Jul 2015 15:51:35 +0000 (+0300) Subject: Push master explicitly X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e67318dc6dd11c0d9d2f24badb0c14a4ce85a654;p=git-scripts.git Push master explicitly --- diff --git a/update b/update index 199e16f..2e0aa78 100755 --- a/update +++ b/update @@ -20,7 +20,7 @@ git pull --ff-only current master && web="`git config --get --path remote.web.url`" && if [ -n "$web" ]; then - git push web + git push web master fi && cd "$current" && exec git pull origin