Searched full:remote_branch (Results 1 – 5 of 5) sorted by relevance
16 remote_branch="${remote}/upstream-main" # nocheck52 merge_base="$(git merge-base HEAD "${remote_branch}")"53 git log --oneline "${merge_base}..${remote_branch}"74 git merge "${remote_branch}" -m "${commit_message}"
169 def clone(self, remote_branch=None, shallow=False): argument177 @param remote_branch: Specify the remote branch to clone. None if to185 if remote_branch:186 cmd += '-b %s' % remote_branch235 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument241 @param remote_branch: The remote branch to upload the CL.249 remote_branch)322 def reinit_repo_at(self, remote_branch): argument324 Does all it can to ensure that the repo is at remote_branch.330 @param remote_branch: branch to check out.[all …]
144 local REMOTE_BRANCH='main'146 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"166 local REMOTE_BRANCH="${UPSTREAM#*/}"168 echo git push $REMOTE @:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}169 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"
6 remote_branch: gh-pages
10 remote_branch: gh-pages