commit | a7d4527ff39626109dc534ae57d91cc0c1f57134 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 23:49:47 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 23:49:47 2010 +0100 |
tree | 203252684ca27e9cbaa85fff2b4f17ec74b9f249 | |
parent | ca2b5175dac09f3c8971532b10c44f8117f1523f [diff] |
Don't assume git aliases.
diff --git a/git-flow-support b/git-flow-support index 17bdd94..61e19a7 100644 --- a/git-flow-support +++ b/git-flow-support
@@ -47,7 +47,7 @@ git fetch -q $ORIGIN git config branch.$BRANCH.remote $ORIGIN git config branch.$BRANCH.merge refs/heads/$BRANCH - git co $BRANCH + git checkout $BRANCH echo echo "Summary of actions:"