git clone https://github.com/blossom/flask-gae-skeleton.git <project_name>
cd <project_name>
git submodule update --init
git remote rm origin
git remote add origin <new_remote like [email protected]:your_name/project_name.git>
git commit -am "initial setup"
git push origin master