Searched refs:work_tree (Results 1 – 1 of 1) sorted by relevance
209 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument218 if work_tree:219 pipe.extend(['--work-tree', work_tree])241 def Fetch(git_dir=None, work_tree=None): argument250 if work_tree:251 pipe.extend(['--work-tree', work_tree])