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