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

Commit

Permalink
Specifying ORIGIN on 'git remote update'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjs3 committed Dec 27, 2013
1 parent 8bb7890 commit 69f1462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubflow-common
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 69f1462

Please sign in to comment.