Urgently fix
This commit is contained in:
parent
c22c32f9bb
commit
7b18b2a632
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ for f in `git for-each-ref --format='%(refname)' | grep 'refs/remotes/google'`
|
||||||
do
|
do
|
||||||
Branch=`echo $f | cut -d '/' -f 4`
|
Branch=`echo $f | cut -d '/' -f 4`
|
||||||
if [[ -z `git show-ref refs/remotes/origin/$Branch` ]]; then
|
if [[ -z `git show-ref refs/remotes/origin/$Branch` ]]; then
|
||||||
git push origin :$Branch
|
git push google :$Branch
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue