Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 191 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 191 Bytes

bookcat

cp -r app/ website
cd website/
git init
git add *
git commit -s -m "init commit"
git remote add origin [email protected]:insekkei/bookcat.git 
git push origin -f HEAD:gh-pages