diff --git a/gh-pages/README.md b/gh-pages/README.md index 971e79c..860df79 100644 --- a/gh-pages/README.md +++ b/gh-pages/README.md @@ -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 ```