Skip to content

Instantly share code, notes, and snippets.

@ubermuda
Created December 30, 2014 05:58
Show Gist options
  • Select an option

  • Save ubermuda/2ecd63d176a2ebb94640 to your computer and use it in GitHub Desktop.

Select an option

Save ubermuda/2ecd63d176a2ebb94640 to your computer and use it in GitHub Desktop.
Weapon of Mass Gitification
for i in *; do
cd $i
git init
git add -A
git commit -m "initial commit"
git remote add origin git@github.com:ubermuda/docker-$i
git push -u origin master
cd -
done
@willdurand

Copy link
Copy Markdown

💣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment