Lines Matching full:git
9 TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null || true)"
12 REVISION=$(git rev-parse --short HEAD)
20 git init
21 git config user.name "Travis CI"
22 git config user.email "travis@harfbuzz.org"
24 echo "git remote add upstream \"https://\$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\""
25 git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
27 git fetch upstream
28 git reset upstream/gh-pages
31 git add -A .
32 git commit -m "Rebuild docs for $REVISION"
33 git push -q upstream HEAD:gh-pages