Skip to content

s-hit/w4l

Repository files navigation

w4l

cd dist
git init
git checkout -b gh-pages
git add .
git commit -m "Website Update"
git remote add origin https://github.com/s-hit/w4l.git
git push --set-upstream origin gh-pages --force