Added a script to update from upstream

This commit is contained in:
XargonWan 2024-03-13 09:19:10 +01:00
parent 577449f018
commit 1e1f23276a

4
update_from_upstream.sh Executable file
View file

@ -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