Lines Matching refs:git
165 ## the sample code in our git to see if it needs updating.
181 git clone $URL.git &> /dev/null
183 diffResult=$(diff -r --exclude '*.git' ../prebuilts/gradle/$i/ ./android-$i/)
281 rsync -az --delete --exclude '*.git' ../prebuilts/gradle/$i/ ./android-$i/
285 git config user.name "google-automerger"
286 git config user.email automerger@google.com
288 git add .
289 git status
290 git commit -m "Auto-update"
292 git remote set-url origin "https://$token@github.com/googlesamples/android-$i.git"
293 git push origin master
296 git remote set-url origin "http://github.com/googlesamples/android-$i.git"
336 git init
338 git config user.name "google-automerger"
339 git config user.email automerger@google.com
340 git add .
341 git commit -m "Initial Commit"
342 git remote add origin $URL
343 git push origin master