Lines Matching refs:Git
10 class Git:
15 output = check_output(['git'] + list(args), cwd=self.dir, stderr=STDOUT)
21 git = Git(dir)
22 git('clone', '-b', 'coverity', 'git@github.com:fmtlib/fmt.git', dir)
23 output = git('merge', '-X', 'theirs', '--no-commit', 'origin/master')
25 git('reset', 'HEAD', '.travis.yml')
26 git('checkout', '--', '.travis.yml')
27 git('commit', '-m', 'Update coverity branch')
28 git('push')