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:
parent
df4e105910
commit
1b598d32aa
@ -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 $?
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user