Lines Matching refs:git
84 - name: git checkout
159 - name: git checkout
199 - name: git checkout
245 - name: git config
246 run: git config --global core.autocrlf false && git config --global core.eol lf
247 - name: git checkout
261 - name: git checkout
319 git config --global user.name "Benchmark"
320 git config --global user.email "benchmark@php.net"
325 - name: git checkout benchmarking-data
338 git pull --autostash
339 if [ -e ".git/MERGE_HEAD" ]; then
343 git add .
344 if git diff --cached --quiet; then
347 git commit -m "Add result for ${{ github.repository }}@${{ github.sha }}"
348 git push
355 $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
366 - name: git checkout