Skip to content

Commit

Permalink
Merge pull request nvie#220 from memleak/patch-1
Browse files Browse the repository at this point in the history
fixes pull existing feature from remote.
  • Loading branch information
nvie committed Jul 9, 2012
2 parents 392ed79 + 12c2a9c commit b1cc495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-feature
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ cmd_pull() {
exit 1
fi
else
it pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
git pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
fi

echo "Pulled $REMOTE's changes into $BRANCH."
Expand Down

0 comments on commit b1cc495

Please sign in to comment.