A living styleguide template, produced with Metalsmith.
# clone the repo
git clone https://github.com/Deltaworx/living-styleguide-template.git
cd living-styleguide-template
# rename origin
git remote rename origin updates
git fetch updates
# add your origin
git remote add origin ...
git remote add updates https://github.com/Deltaworx/living-styleguide-template.git
# if you want to merge the changes
git fetch updates
git checkout -b updates-master updates/master
git pull
git checkout -b my_branch