Installation Instructions - Parsimotion/lib-coffee-seed GitHub Wiki
#Installation instructions
- replace the string "lib-coffee-seed" with the name you want, in all the project.
- rename files with name "lib-coffee-seed" with the name you want, in all the project.
rm -rf .git
git init .
git commit --allow-empty -m "Initial commit"
git remote add origin [email protected]:your_org/your_repo.git
git push -u origin master