https://github.com/sassdoc/develop
[READ-ONLY] Development version of SassDoc website.
https://github.com/sassdoc/develop
Last synced: 4 months ago
JSON representation
[READ-ONLY] Development version of SassDoc website.
- Host: GitHub
- URL: https://github.com/sassdoc/develop
- Owner: SassDoc
- Created: 2015-01-17T16:19:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T21:28:00.000Z (over 11 years ago)
- Last Synced: 2025-10-21T10:42:39.104Z (8 months ago)
- Homepage: http://sassdoc.com/develop/
- Size: 8.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Develop
> Development version of [SassDoc website][sassdoc.github.io]
## Overview
The `gh-pages` branch is a read-only mirror of [sassdoc.github.io]'s
`develop` branch, so we can have a live development website on
.
## Updating
To update this repository, run the following commands:
```sh
git clone https://github.com/SassDoc/develop.git
cd develop
git remote add upstream https://github.com/SassDoc/sassdoc.github.io.git
git checkout gh-pages
git pull upstream develop
git push origin gh-pages
```
Repeat the last two commands each time you want to update again.
**Note:** it will generate a merge commit everytime since some tweaks
were required specifically for the public development version. No worry.
[sassdoc.github.io]: https://github.com/SassDoc/sassdoc.github.io