{"id":495,"date":"2015-07-03T17:54:08","date_gmt":"2015-07-03T12:24:08","guid":{"rendered":"http:\/\/mairwa.com\/wordpress\/?p=495"},"modified":"2015-07-03T17:54:08","modified_gmt":"2015-07-03T12:24:08","slug":"delete-from-remote-repository","status":"publish","type":"post","link":"http:\/\/mairwa.com\/wordpress\/?p=495","title":{"rendered":"Delete from remote repository"},"content":{"rendered":"<p>$ git checkout master<br \/>\n$ git pull<br \/>\n$ git checkout -b branchName<\/p>\n<p>Delete and then re-create the branchName branch<\/p>\n<p>#this deletes your local copy of the branch<br \/>\n$ git branch -d branchName<br \/>\n#this deletes the branch from the remote repository<br \/>\n$ git push origin : branchName<br \/>\n$ git checkout master<br \/>\n$ git pull<br \/>\n$ git checkout -b branchName<\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">$ git checkout master $ git pull $ git checkout -b branchName Delete and then re-create the branchName branch #this deletes your local copy of the branch $ git branch -d branchName #this deletes the branch from the remote repository $ git push origin : branchName $ git checkout master $ git pull $ git checkout -b branchName <a href=\"http:\/\/mairwa.com\/wordpress\/?p=495\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-495","post","type-post","status-publish","format-standard","hentry","category-git","xfolkentry"],"_links":{"self":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/495","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=495"}],"version-history":[{"count":1,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/495\/revisions"}],"predecessor-version":[{"id":496,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/495\/revisions\/496"}],"wp:attachment":[{"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=495"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=495"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mairwa.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}