def git(self, *args): return shell.git('--git-dir', self.path, '--work-tree', self.workdir or '/nonexistent', *args)
def git(self, *args): return shell.git("--git-dir", self.path, "--work-tree", self.workdir or "/nonexistent", *args)
def git(self, *args): return shell.git('--git-dir', self.path, *args)