Searched defs:git_checkout (Results 1 – 3 of 3) sorted by relevance
90 def git_checkout(commit_hash: str, destination_path: str): function
140 def git_checkout(git_bash, cwd): function
266 def git_checkout(checkout_options, check_out_dir=os.getcwd()): member in RegressTestPrepare