Searched refs:remote_branch (Results 1 – 3 of 3) sorted by relevance
161 def clone(self, remote_branch=None, shallow=False): argument177 if remote_branch:178 cmd += '-b %s' % remote_branch227 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument241 remote_branch)314 def reinit_repo_at(self, remote_branch): argument357 self.reset('origin/%s' % remote_branch)
294 remote_branch=`git config --get branch.$current_branch.merge | cut -d'/' -f3,4`295 …o: working off the \"$current_branch\" branch tracking the remote \"$remote_name/$remote_branch\"."376 remote_top_commit_sha=`git rev-list --max-count=1 $remote_name/$remote_branch`
102 git_repo.clone(remote_branch=PROD_BRANCH)