From 282db8d4189a09a4b89079e9ee62ba1122e59756 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 4 Dec 2022 12:29:43 +0100 Subject: Tools/scripts: note that you should also be in sync with origin/main --- Tools/scripts/rmport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport index b8757712bacf..30d8e219441d 100755 --- a/Tools/scripts/rmport +++ b/Tools/scripts/rmport @@ -366,7 +366,7 @@ else cd "${git_dir}/.." || exit 1 fi if ! ${GIT} diff --exit-code remotes/origin/main ; then - echo "you have local commits, exiting" >&2 + echo "you have local commits or are behind origin/main, exiting" >&2 exit 65 fi -- cgit v1.2.3