Merger script: added warning message

This commit is contained in:
XargonWan 2024-03-17 10:24:27 +01:00
parent fb625f4018
commit 66c827fffc

View file

@ -2,3 +2,4 @@
git fetch https://gitlab.com/es-de/emulationstation-de/ master # Fetch the latest changes from the remote master branch git fetch https://gitlab.com/es-de/emulationstation-de/ master # Fetch the latest changes from the remote master branch
git merge FETCH_HEAD # Merge the fetched changes into your current branch git merge FETCH_HEAD # Merge the fetched changes into your current branch
echo -e "PLEASE CHECK IF ANYTHING IS CHANGED IN:\n-resources/systems/linux/es_find_rules.xml\n-resources/systems/linux/es_systems.xml"