Lines Matching full:git
44 git config --global --add safe.directory ${GITHUB_WORKSPACE}
55 git clone --shared /repo-cache/zephyrproject/zephyr .
56 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
67 git config --global user.email "bot@zephyrproject.org"
68 git config --global user.name "Zephyr Bot"
69 rm -fr ".git/rebase-apply"
70 rm -fr ".git/rebase-merge"
71 git rebase origin/${BASE_REF}
72 git clean -f -d
73 git log --pretty=oneline | head -n 10
78 west forall -c 'git reset --hard HEAD'