Home | History | Annotate | Download | only in tools

Lines Matching refs:checkout

91   git checkout -b $BRANCHNAME svn/bleeding_edge \
221 git checkout svn/bleeding_edge
261 git checkout -b $TRUNKBRANCH svn/trunk \
297 confirm "Please check if your local checkout is sane: Inspect $VERSION_FILE, \
327 echo ">>> Step $CURRENT_STEP: Switch to Chromium checkout."
342 echo ">>> Step $CURRENT_STEP: Update the checkout and create a new branch."
343 git checkout master || die "'git checkout master' failed."
346 git checkout -b "v8-roll-$TRUNK_REVISION" \
347 || die "Failed to checkout a new branch."
369 echo ">>> Step $CURRENT_STEP: Returning to V8 checkout."