From d33f8d271c9019c9e6c38094e6fbad0519bcd594 Mon Sep 17 00:00:00 2001 From: mquintero Date: Fri, 19 May 2017 13:01:09 -0500 Subject: [PATCH] udpate readme pages --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 971e79c..860df79 100644 --- a/README.md +++ b/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 ```