Sam Collins 2e784b7c4c | 5 jaren geleden | |
---|---|---|
css | 5 jaren geleden | |
.gitignore | 5 jaren geleden | |
README.md | 5 jaren geleden | |
index.html | 5 jaren geleden |
(https://smcllns.github.io/css-social-buttons/)
Update zocial files or demo page (index.html
) in master
Copy latest zocial css and demo page to gh-pages
git checkout gh-pages // go to the gh-pages branch
git checkout master css // copy css folder from master to gh-pages
git checkout master index.html // copy index.html from master to gh-pages
git add .
git commit -m 'Some descriptive commit message'
git push origin gh-pages