Commit a7d4527f authored by Vincent Driessen's avatar Vincent Driessen

Don't assume git aliases.

parent ca2b5175
...@@ -47,7 +47,7 @@ cmd_start() { ...@@ -47,7 +47,7 @@ cmd_start() {
git fetch -q $ORIGIN git fetch -q $ORIGIN
git config branch.$BRANCH.remote $ORIGIN git config branch.$BRANCH.remote $ORIGIN
git config branch.$BRANCH.merge refs/heads/$BRANCH git config branch.$BRANCH.merge refs/heads/$BRANCH
git co $BRANCH git checkout $BRANCH
echo echo
echo "Summary of actions:" echo "Summary of actions:"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment