Lines Matching full:git
7 rm -rf .git/rebase-apply
61 git config --global user.email "fdo@example.com"
62 git config --global user.name "freedesktop.org CI"
63 git config --global pull.rebase true
65 # cleanup git state on the worker
66 rm -rf .git/rebase-merge
69 if [ "$(git ls-remote --exit-code --heads ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes)" ]; then
70 git pull ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes
76 if [ "$(git ls-remote --exit-code --heads origin ${TARGET_BRANCH}-external-fixes)" ]; then
77 git pull origin ${TARGET_BRANCH}-external-fixes
80 …if [ "$(git ls-remote --exit-code --heads ${CI_MERGE_REQUEST_PROJECT_URL} ${CI_MERGE_REQUEST_TARGE…
81 … git pull ${CI_MERGE_REQUEST_PROJECT_URL} ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}-external-fixes