From bf874ce1250d4b556045a643d920a44e10886613 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Mon, 2 Sep 2019 13:53:07 +0200 Subject: [PATCH] Update git_fetch_branch.cmd --- git_fetch_branch.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_fetch_branch.cmd b/git_fetch_branch.cmd index b289490fb..634973499 100644 --- a/git_fetch_branch.cmd +++ b/git_fetch_branch.cmd @@ -1,7 +1,7 @@ @echo off REM REM Syntax: -REM git_fetch_branch.sh [BRANCH_NAME_TO_FETCH] +REM git_fetch_branch.cmd [BRANCH_NAME_TO_FETCH] REM git fetch --all git fetch origin "%1":"%1"