Skip to content

Commit

Permalink
Create 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 b701f57 commit 0da318e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions git_fetch_branch.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
REM
REM Syntax:
REM git_fetch_branch.sh [BRANCH_NAME_TO_FETCH]
REM
git fetch --all
git fetch origin "%1":"%1"
git checkout "%1"

0 comments on commit 0da318e

Please sign in to comment.