Skip to content

insekkei/bookcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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