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

udpate readme pages

This commit is contained in:
mquintero 2017-05-19 13:01:09 -05:00
parent d2da2e9525
commit e0401d2497

View File

@ -1,9 +1,13 @@
# Gogh
----
To push changes into gh-pages
```
$
git subtree push --prefix gh-pages origin gh-pages
$ git subtree push --prefix gh-pages origin gh-pages
```
Delete remote branch
```bash
$ git push origin --delete gh-pages
```