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"