We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150e24d commit 6ade544Copy full SHA for 6ade544
bin/utils/ensure-up-to-date
@@ -53,6 +53,9 @@ if [ -n "$(git status --porcelain)" ]; then
53
git --no-pager diff
54
echo "Perform git status"
55
git status
56
+ echo -e "\nThis script runs in pull requests against the anticipated merge commit (as if the PR was merged now)."
57
+ echo "When you see unexpected files here, it likely means that there are newer commits in master that you need to "
58
+ echo -e "rebase or merge into your branch.\n"
59
echo "Please run 'bin/utils/ensure-up-to-date' locally and commit changes (UNCOMMITTED CHANGES ERROR)"
60
exit 1
61
else
0 commit comments