Skip to content

Commit

Permalink
Remove duplicate fetch, -t option fetches other refs too
Browse files Browse the repository at this point in the history
  • Loading branch information
naderman committed Jan 26, 2016
1 parent b2a4f38 commit 5335516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-subsplit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ subsplit_update()

if [ -n "$VERBOSE" ];
then
echo "${DEBUG} git fetch -q origin"
echo "${DEBUG} git fetch -q -t origin"
echo "${DEBUG} git checkout master"
echo "${DEBUG} git reset --hard origin/master"
Expand Down

0 comments on commit 5335516

Please sign in to comment.