Skip to content

Instantly share code, notes, and snippets.

@rwaldron
Last active December 20, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rwaldron/6185286 to your computer and use it in GitHub Desktop.
Save rwaldron/6185286 to your computer and use it in GitHub Desktop.
#!/bin/bash
for remote in evhan55 gnarf jugglinmike oconnore protonk rwaldron rwldrn
do
git remote add $remote https://github.com/$remote/gaia
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment