Lines Matching full:checkout
61 subprocess.check_call(['git', 'checkout', 'master'])
64 subprocess.check_call(['git', 'checkout', '-b', self._branch_name,
94 subprocess.check_call(['git', 'checkout', 'master'])
100 """Creates a new local checkout of a Git repository."""
105 Because this is a new checkout, rather than a reference to an existing
106 checkout on disk, it is safe to assume that the calling thread is the
107 only thread manipulating the checkout.
111 with NewGitCheckout(*args) as checkout:
112 # use checkout instance
113 # the checkout is automatically cleaned up here
120 to update the local checkout to