Skip to content

Commit

Permalink
Update git_fetch_branch.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Sep 2, 2019
1 parent 0da318e commit bf874ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_fetch_branch.cmd
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bf874ce

Please sign in to comment.