Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #70 from kjs3/feature/only-fetch-origin
Browse files Browse the repository at this point in the history
Specifying ORIGIN on 'git remote update'.
  • Loading branch information
stuartherbert committed Jan 17, 2014
2 parents 8bb7890 + 69f1462 commit 2598773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubflow-common
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ hubflow_local_merge_helper() {
}

hubflow_fetch_latest_changes_from_origin() {
git remote update || die "Unable to get list of latest changes from '$ORIGIN'"
git remote update "$ORIGIN" || die "Unable to get list of latest changes from '$ORIGIN'"
git fetch "$ORIGIN" || die "Unable to fetch latest changes from '$ORIGIN'"
git fetch --tags || die "Unable to fetch latest tags from '$ORIGIN'"
}
Expand Down

0 comments on commit 2598773

Please sign in to comment.