commit | 12c2a9c307058cc38f965bd4a412af7c16192090 | [log] [tgz] |
---|---|---|
author | memleak <alice@wiewunderland.de> | 周五 6月 01 13:45:31 2012 +0300 |
committer | memleak <alice@wiewunderland.de> | 周五 6月 01 13:45:31 2012 +0300 |
tree | 1ed54a9a0c30f07a6f604fd465d405f2b082616e | |
parent | ab7fda21f1009d8cc073fc9ae6152731f6bfee8a [diff] [blame] |
fixes pull existing feature from remote.
diff --git a/git-flow-feature b/git-flow-feature index e97d678..eea2b6a 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -507,7 +507,7 @@ 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."