default gitFolder='' -// Use cmd to invoke git so that people who have git as a 'cmd' exec program='cmd' commandline='/C git ${gitCommand}' workingdir='${gitFolder}' if='!IsMono' exec program='git' commandline='${gitCommand}' workingdir='${gitFolder}' if='IsMono'