Home | History | Annotate | Download | only in darwin-x86

Lines Matching refs:git

15 # INSTALL - install directory/git repo root
22 # 3) checkout the destination git repo to /tmp/prebuilts/$PROJ/$OS-x86/$VER
94 # check into a local git clone
98 git clone https://android.googlesource.com/platform/prebuilts/$PROJ/$OS-x86
101 git rm -r * || true # ignore error caused by empty directory
103 git reset -- $EXTRA_FILE
104 git checkout HEAD -- $EXTRA_FILE
110 git add .
111 git commit -m "Adding binaries for ${INSTALL_VER}${EXTRA_COMMIT_MSG}"
114 #git push origin HEAD:refs/for/master