Lines Matching full:checkout
118 given checkout matches a given set of results." [TrickRevNum]_
217 Putting all sub-projects in a single checkout makes cross-project refactoring
296 * :ref:`Checkout/Clone a Single Project, without Commit Access <workflow-checkout-commit>`.
297 * :ref:`Checkout/Clone Multiple Projects, with Commit Access <workflow-monocheckout-multicommit>`.
309 .. _workflow-checkout-commit:
311 Checkout/Clone a Single Project, with Commit Access
319 # direct SVN checkout
347 directories using a Git sparse checkout::
350 echo /compiler-rt > .git/info/sparse-checkout
354 checkout, you only see `compiler-rt`.
359 care about. If you are using sparse checkout, the files from other projects
374 Checkout/Clone Multiple Projects, with Commit Access
397 git checkout `git svn find-rev -B r258109`
404 git checkout `git svn find-rev -B r258109`
411 git checkout `git svn find-rev -B r258109`
425 git checkout $REVISION
466 git checkout -b MyBranch
468 git checkout -b MyBranch
470 git checkout -b MyBranch
474 git checkout AnotherBranch
476 git checkout AnotherBranch
478 git checkout AnotherBranch
494 git checkout -b MyBranch
498 git checkout AnotherBranch
615 git -C my-monorepo checkout local/octopus/${my_local_branch}
959 git -C my-monorepo checkout local/zip/main # Or local/octopus/main
1025 git -C my-monorepo checkout main