mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-09-11 21:43:23 +08:00
9 lines
140 B
Batchfile
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"
|