From 1b598d32aa06128fb5d9faa634118360e68a73c7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 17 May 2017 12:44:29 -0400 Subject: [PATCH] * admin/update_autogen (commit): Pull before push. --- admin/update_autogen | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/update_autogen b/admin/update_autogen index 898432eae60..9393ab0ee90 100755 --- a/admin/update_autogen +++ b/admin/update_autogen @@ -237,6 +237,8 @@ commit () $vcs commit -m "; Auto-commit of $type files." "$@" || return $? [ "$vcs" = "git" ] && { + ## In case someone else pushed something while we were working. + $vcs pull --rebase || return $? $vcs push || return $? } -- 2.39.2