Lines Matching refs:BRANCH
1400 'Submodules are specified as SUBMODULE_NAME:BRANCH; if BRANCH is omitted, master is assumed.'1477 branch = 'master'1480 branch = spec[1]1488 git('checkout %s' % branch)1489 git('pull origin %s' % branch)1547 'because only the committed changes in the current branch will be')