SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 7113c5484b8af6fe50073a6409e597bdaa4a31fe parent 633ea9df90a6a771508e24bda91e022ecc321706 Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 8 Mar 2024 18:54:05 +0200 I still don't understand git Diffstat:
| M | .github/actions/update_libretro.sh | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/actions/update_libretro.sh b/.github/actions/update_libretro.sh @@ -18,9 +18,10 @@ git config --global user.name 'Libretro Updater' git config --global user.email '<>' git branch --delete libretro || true -git checkout tags/$LATEST -git checkout -b libretro +git checkout tags/$LATEST -b libretro git add BootROMs/prebuilt/* git commit -m "Update libretro branch to $LATEST" -git push --force --tags --all +git tag "$LATEST"-libretro +git push --force +git push --tags
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.