Searched defs:git (Results 1 – 4 of 4) sorted by relevance
55 def git(args): subprocess.check_call(['git'] + args, shell=os.name == 'nt') function
53 def git(args): subprocess.check_call(['git'] + args, shell=os.name == 'nt') function
130 def git(*cmd, **kwargs): function
127 def git(*cmd, **kwargs): function