mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-01-19 12:15:40 +00:00
4 lines
216 B
Bash
4 lines
216 B
Bash
|
#!/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
|