Lines Matching full:git
37 git config --global --add safe.directory ${GITHUB_WORKSPACE}
48 git clone --shared /repo-cache/zephyrproject/zephyr .
49 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
61 git config --global user.email "bot@zephyrproject.org"
62 git config --global user.name "Zephyr Bot"
63 rm -fr ".git/rebase-apply"
64 rm -fr ".git/rebase-merge"
65 git rebase origin/${BASE_REF}
66 git clean -f -d
67 git log --pretty=oneline | head -n 10
99 git fetch -n origin ${BSIM_VERSION}
100 git -c advice.detachedHead=false checkout ${BSIM_VERSION}