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