Creating your own Super Repo

Commit your submodule additions and changes to the super repo.

```
./commit.sh 'Initial setup of my super repo'
```

Now push the changes to github.com
```
git push
```