diff --git a/react-native-git-upgrade/cliEntry.js b/react-native-git-upgrade/cliEntry.js index a9cbfa564..49f9d53b4 100644 --- a/react-native-git-upgrade/cliEntry.js +++ b/react-native-git-upgrade/cliEntry.js @@ -376,7 +376,9 @@ async function run(requestedVersion, cliArgs) { } catch (err) { log.warn( 'The upgrade process succeeded but there might be conflicts to be resolved. ' + - 'See above for the list of files that have merge conflicts.'); + 'See above for the list of files that have merge conflicts. ' + + 'If you don’t see the expected changes, try running:\n' + + `git apply --reject ${patchPath}`); } finally { log.info('Upgrade done'); if (cliArgs.verbose) {