1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/gh-pages/README.md

33 lines
383 B
Markdown
Raw Normal View History

2018-11-23 01:14:31 +03:00
---
permalink: /index.html
---
2017-05-19 20:56:58 +03:00
# Gogh
## DEV Website
### Pre:
- Gulp
- node
- npm
## Start:
- Run `npm install`. This will install all dependencies the project needs.
- Run `gulp dev` and start coding .
2017-05-19 20:56:58 +03:00
----
2017-05-19 20:56:58 +03:00
To push changes into gh-pages
```bash
2017-05-19 21:01:09 +03:00
$ git subtree push --prefix gh-pages origin gh-pages
```
Delete remote branch
```bash
$ git push origin --delete gh-pages
2017-05-19 20:56:58 +03:00
```