Files
syncthing-android/scripts/git_fetch_branch.cmd
Catfriend1 1d4fe00d1c APK version v1.29.5.0 (#1372)
Update SyncthingNative to v1.29.5
Build using CI
2025-05-06 04:31:53 +02:00

9 lines
140 B
Batchfile

@echo off
REM
REM Syntax:
REM git_fetch_branch.cmd [BRANCH_NAME_TO_FETCH]
REM
git fetch --all
git fetch origin "%1":"%1"
git checkout "%1"