Urgently fix

This commit is contained in:
Victor Shcherb 2011-12-26 20:27:33 +01:00
parent c22c32f9bb
commit 7b18b2a632

View file

@ -11,7 +11,7 @@ for f in `git for-each-ref --format='%(refname)' | grep 'refs/remotes/google'`
do
Branch=`echo $f | cut -d '/' -f 4`
if [[ -z `git show-ref refs/remotes/origin/$Branch` ]]; then
git push origin :$Branch
git push google :$Branch
fi
done