2017-05-19 20:56:58 +03:00
|
|
|
# Gogh
|
|
|
|
----
|
|
|
|
To push changes into gh-pages
|
|
|
|
|
|
|
|
```
|
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
|
|
|
```
|