diff --git a/update_from_upstream.sh b/update_from_upstream.sh new file mode 100755 index 000000000..23bd2a0fe --- /dev/null +++ b/update_from_upstream.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +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 \ No newline at end of file