{"id":3605,"date":"2015-03-28T21:39:09","date_gmt":"2015-03-28T21:39:09","guid":{"rendered":"http:\/\/webninjataylor.com\/library\/?p=3605"},"modified":"2015-03-28T21:39:09","modified_gmt":"2015-03-28T21:39:09","slug":"git-create-new-repo-locally","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/git-create-new-repo-locally\/","title":{"rendered":"Git: Create New Repo Locally"},"content":{"rendered":"<ol>\n<li>Create new repo on GitHub<\/li>\n<li>Create folders and files locally and use Terminal to push repo up&#8230;\n<pre>\r\n                git init\r\n                git remote add origin git@github.com:USER\/REPO.git\r\n                git add .\r\n                git commit\r\n                git push origin\r\n            <\/pre>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Create new repo on GitHub Create folders and files locally and use Terminal to push repo up&#8230; git init git remote add origin git@github.com:USER\/REPO.git git add . git commit git push origin<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[2,22],"class_list":["post-3605","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-git","tag-terminal"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=3605"}],"version-history":[{"count":2,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3605\/revisions"}],"predecessor-version":[{"id":3607,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3605\/revisions\/3607"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=3605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=3605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=3605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}