示例#1
0
文件: monkey.py 项目: lu-zero/goblet
 def git(self, *args):
     return shell.git('--git-dir', self.path, '--work-tree', self.workdir or '/nonexistent', *args)
示例#2
0
 def git(self, *args):
     return shell.git("--git-dir", self.path, "--work-tree", self.workdir or "/nonexistent", *args)
示例#3
0
 def git(self, *args):
     return shell.git('--git-dir', self.path, '--work-tree', self.workdir
                      or '/nonexistent', *args)
示例#4
0
 def git(self, *args):
     return shell.git('--git-dir', self.path, *args)