Searched defs:GIT (Results 1 – 7 of 7) sorted by relevance
13 GIT = 'git.bat' if sys.platform == 'win32' else 'git' variable
31 GIT ?= git macro
118 GIT = 'git' + _BAT variable
115 GIT = 'git' + _BAT variable
25 GIT = subprocess.check_output([WHICH, 'git']).decode('utf-8').splitlines()[0] variable
99 if "%GIT%" EQU "" set GIT=git variable