mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
18 lines
207 B
Markdown
18 lines
207 B
Markdown
---
|
|
permalink: /index.html
|
|
---
|
|
|
|
# Gogh
|
|
----
|
|
To push changes into gh-pages
|
|
|
|
```
|
|
$ git subtree push --prefix gh-pages origin gh-pages
|
|
```
|
|
|
|
Delete remote branch
|
|
|
|
```bash
|
|
$ git push origin --delete gh-pages
|
|
```
|