mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-01-19 04:05:39 +00:00
XargonWan
088cb526b3
Some checks are pending
Build Artifacts for RetroDECK main manifest / build-project (push) Waiting to run
4 lines
216 B
Bash
Executable file
4 lines
216 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git fetch https://github.com/flathub/org.DolphinEmu.dolphin-emu master # Fetch the latest changes from the remote master branch
|
|
git merge FETCH_HEAD # Merge the fetched changes into your current branch |