Home
last modified time | relevance | path

Searched full:remote_branch (Results 1 – 5 of 5) sorted by relevance

/external/toolchain-utils/
Dandroid_merge_from_upstream.sh16 remote_branch="${remote}/upstream-main" # nocheck
52 merge_base="$(git merge-base HEAD "${remote_branch}")"
53 git log --oneline "${merge_base}..${remote_branch}"
74 git merge "${remote_branch}" -m "${commit_message}"
/external/autotest/client/common_lib/
Drevision_control.py169 def clone(self, remote_branch=None, shallow=False): argument
177 @param remote_branch: Specify the remote branch to clone. None if to
185 if remote_branch:
186 cmd += '-b %s' % remote_branch
235 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument
241 @param remote_branch: The remote branch to upload the CL.
249 remote_branch)
322 def reinit_repo_at(self, remote_branch): argument
324 Does all it can to ensure that the repo is at remote_branch.
330 @param remote_branch: branch to check out.
[all …]
/external/skia/experimental/documentation/
Dgerrit.md144 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}"
/external/okio/
Dmkdocs.yml6 remote_branch: gh-pages
/external/kotlinpoet/
Dmkdocs.yml10 remote_branch: gh-pages