Lines Matching full:git
55 git config --global --add safe.directory ${GITHUB_WORKSPACE}
66 git clone --shared /repo-cache/zephyrproject/zephyr .
67 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
78 git config --global user.email "bot@zephyrproject.org"
79 git config --global user.name "Zephyr Bot"
80 rm -fr ".git/rebase-apply"
81 rm -fr ".git/rebase-merge"
82 git rebase origin/${BASE_REF}
83 git clean -f -d
84 git log --pretty=oneline | head -n 10
89 west forall -c 'git reset --hard HEAD'
153 git fetch -n origin ${BSIM_VERSION}
154 git -c advice.detachedHead=false checkout ${BSIM_VERSION}