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