mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-19 20:55:37 +00:00
4 lines
206 B
Bash
4 lines
206 B
Bash
|
#!/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
|