Lines Matching full:checkout
63 subprocess.check_call(['git', 'checkout', 'main'])
67 subprocess.check_call(['git', 'checkout', '-b', self._branch_name,
98 subprocess.check_call(['git', 'checkout', 'main'])
104 """Creates a new local checkout of a Git repository."""
109 Because this is a new checkout, rather than a reference to an existing
110 checkout on disk, it is safe to assume that the calling thread is the
111 only thread manipulating the checkout.
115 with NewGitCheckout(*args) as checkout:
116 # use checkout instance
117 # the checkout is automatically cleaned up here
161 subprocess.check_call(['git', 'checkout', 'main'])