1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* admin/update_autogen (commit): Pull before push.

This commit is contained in:
Glenn Morris 2017-05-17 12:44:29 -04:00
parent df4e105910
commit 1b598d32aa

View File

@ -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 $?
}