Lines Matching refs:git
61 local MATCH=$(git branch | grep "$1" | awk '{print $NF}' | grep -x $1)
65 git branch -D $1 || die "Deleting branch '$1' failed."
103 [[ -d .git ]] \
117 CURRENT_BRANCH=$(git status -s -b -uno | grep "^##" | awk '{print $2}')
121 git svn fetch || die "'git svn fetch' failed."
126 git checkout -b $TEMP_BRANCH
135 git checkout -f $CURRENT_BRANCH
136 [[ "$TEMP_BRANCH" != "$CURRENT_BRANCH" ]] && git branch -D $TEMP_BRANCH
137 [[ "$BRANCHNAME" != "$CURRENT_BRANCH" ]] && git branch -D $BRANCHNAME
163 git cl upload -r "$REVIEWER" --send-mail \
196 git apply --index --reject $REVERSE_PATCH "$1" || \