mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-19 12:45:38 +00:00
4 lines
206 B
Bash
Executable file
4 lines
206 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git fetch https://github.com/flathub/org.zdoom.GZDoom master # Fetch the latest changes from the remote master branch
|
|
git merge FETCH_HEAD # Merge the fetched changes into your current branch |