Home | History | Annotate | Download | only in bots

Lines Matching full:checkout

60     subprocess.check_call(['git', 'checkout', 'master'])
63 subprocess.check_call(['git', 'checkout', '-b', self._branch_name,
91 subprocess.check_call(['git', 'checkout', 'master'])
97 """Creates a new local checkout of a Git repository."""
102 Because this is a new checkout, rather than a reference to an existing
103 checkout on disk, it is safe to assume that the calling thread is the
104 only thread manipulating the checkout.
108 with NewGitCheckout(*args) as checkout:
109 # use checkout instance
110 # the checkout is automatically cleaned up here
117 to update the local checkout to