Skip to content

Instantly share code, notes, and snippets.

@clintonb
Created August 14, 2017 21:19
Show Gist options
  • Save clintonb/1782a11801285ca3d1797370babba473 to your computer and use it in GitHub Desktop.
Save clintonb/1782a11801285ca3d1797370babba473 to your computer and use it in GitHub Desktop.
Updated loadtest branches
#!/usr/bin/env bash
git checkout master
git pull
services=(credentials discovery ecommerce)
for service in "${services[@]}"
do
:
git checkout loadtest-${service}
git reset --hard master
git push -f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment