{"id":391,"date":"2019-01-31T15:39:00","date_gmt":"2019-01-31T15:39:00","guid":{"rendered":"https:\/\/owaisnoor.info\/blog\/?p=391"},"modified":"2019-01-31T15:48:28","modified_gmt":"2019-01-31T15:48:28","slug":"an-introduction-to-git-what-it-is-and-why-should-you-use-it","status":"publish","type":"post","link":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/","title":{"rendered":"An introduction to Git: what it is, and why should you use it?"},"content":{"rendered":"<h2><strong>What is Git?<\/strong><\/h2>\n<p>Git is a <strong class=\"markup--strong markup--p-strong\">Open Source Distributed Version Control System<\/strong> for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its objectives incorporate speed, information respectability, and support for appropriated,\u00a0 non-linear workflows.<\/p>\n<p>Let me break it down and explain the wording:<\/p>\n<p><strong class=\"markup--strong markup--li-strong\">Control System:\u00a0<\/strong>This fundamentally implies Git is a substance tracker. So Git can be utilized to store content\u200a\u2014\u200ait is generally used to store code because of alternate features it gives.<\/p>\n<p><strong>Control System:\u00a0<\/strong>The code which is stored in Git continues changing as more code is included. Also, many developers can add code in parallel. So Version Control System helps in dealing with this by by maintaining a history of what changes have happened. Additionally, Git gives highlights like branches and unions.<\/p>\n<p><strong class=\"markup--strong markup--li-strong\">Distributed Version Control System<\/strong>:\u00a0Git has a remote repository which is stored in a server and a local repository which is stored in the PC&#8217;s of every developer. This means the code isn&#8217;t simply stored in a central server, however the full duplicate of the code is available in every one of the developer&#8217;s PC. Git is a Distributed Version Control System since the code is available in each developer&#8217;s PC.<\/p>\n<p><strong>Why a Version Control System like Git is required?<\/strong><\/p>\n<p>Real life projects generally have multiple developers working in parallel. So a version control system like Git is expected to guarantee there are no code clashes between the developers.<\/p>\n<p>Furthermore, the requirements in such projects change regularly. So an version control system enables developers revert and go to a older version of the code.<\/p>\n<p>At last, sometimes several projects which are being kept running in parallel include the same codebase. In such a case, the idea of expanding in Git is essential.<\/p>\n<h4 id=\"5da5\" class=\"graf graf--h4 graf-after--p\">What is a\u00a0branch?<\/h4>\n<p>A branch is only a pointer to the most recent submit in the Git repository. So currently our master branch is a pointer to the second commit<\/p>\n<p><code class=\"markup--code markup--p-code\">\u201covi.txt file is modified\u201d<\/code>.<\/p>\n<h2><strong>Why Should you use Git?<\/strong><\/h2>\n<p><strong>Centralized Cloud Storage of your Code :\u00a0<\/strong>Your code is always available to you.No matter what computer you are using or where you are. Hard drive failure? No problem. All your code is backed up.<\/p>\n<p><strong>Version Control: <\/strong>Every version of your code is also available to you. Git does not work the same way as saving does in Microsoft word. With Git,\u00a0every time you commit your code. Git remember what has changed since the last time you saved your code. Even if you have changed a file 1000 times, Git will remember each and every change.<\/p>\n<p><strong>Working in Team:\u00a0<\/strong>GIT simplifies the process of working with other people and\u00a0makes it easy to collaborate on projects. Team members can work on files and easily merge their changes in with the master branch of the project. This allows multiple people to work on the same files at the same time.<\/p>\n<p><strong>Open Source:\u00a0<\/strong>GitHub is a basic social networking site that makes it easy for every beginners to contribute to large projects\u00a0and get involved in the open source community. You can meet other developers ask questions about their code and propose code changes.<\/p>\n<p><strong>Bettering Your Code:\u00a0<\/strong>Git allows you to look back on code you wrote in the past.\u00a0 You are able to look at projects from years ago and make them better, or just see how you have been progressing.<\/p>\n<p><strong>Show Off:\u00a0<\/strong>GitHub is a great way to get noticed &#8211; Show off your code and your projects. Especially if you are self taught developer, Git hub provides you a way to prove to recruiters and companies that you can program.<\/p>\n<p><strong>You are Going to Need it Anyway:\u00a0<\/strong>Companies and technologies around the world us Git: Amazon, Facebook, LinkedIn, Yahoo, Microsoft, Netflix, Rails, Android, Linux and Zen desk, just to name a few.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Git? Git is a Open Source Distributed Version Control System for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its objectives incorporate speed, information respectability, and support [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":392,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[22,21],"tags":[234,239,235,237,238,31,236],"class_list":["post-391","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programming","category-technology","tag-git","tag-git-introduction","tag-github","tag-how-to-use-git","tag-kashmir-github","tag-owais-noor","tag-what-is-git"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>An introduction to Git: what it is, and why should you use it? - Owais Noor<\/title>\n<meta name=\"description\" content=\"Git is a Open Source Distributed Version Control System for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"An introduction to Git: what it is, and why should you use it? - Owais Noor\" \/>\n<meta property=\"og:description\" content=\"Git is a Open Source Distributed Version Control System for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/\" \/>\n<meta property=\"og:site_name\" content=\"Owais Noor Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/owaisnoorofficial\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-31T15:39:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-01-31T15:48:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"660\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@itsowaisnoor\" \/>\n<meta name=\"twitter:site\" content=\"@itsowaisnoor\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/#\/schema\/person\/3351438dd3a6ffb36d87c694dfde0157\"},\"headline\":\"An introduction to Git: what it is, and why should you use it?\",\"datePublished\":\"2019-01-31T15:39:00+00:00\",\"dateModified\":\"2019-01-31T15:48:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/\"},\"wordCount\":664,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg\",\"keywords\":[\"git\",\"git introduction\",\"github\",\"how to use git\",\"kashmir github\",\"owais noor\",\"what is git\"],\"articleSection\":[\"Programming\",\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/\",\"url\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/\",\"name\":\"An introduction to Git: what it is, and why should you use it? - Owais Noor\",\"isPartOf\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg\",\"datePublished\":\"2019-01-31T15:39:00+00:00\",\"dateModified\":\"2019-01-31T15:48:28+00:00\",\"description\":\"Git is a Open Source Distributed Version Control System for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files...\",\"breadcrumb\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage\",\"url\":\"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg\",\"contentUrl\":\"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg\",\"width\":1400,\"height\":660,\"caption\":\"what is git?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/owaisnoor.info\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"An introduction to Git: what it is, and why should you use it?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/#website\",\"url\":\"https:\/\/owaisnoor.info\/blog\/\",\"name\":\"Best Web Developer in Kashmir\",\"description\":\"Best Web Developer in Kashmir\",\"publisher\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/owaisnoor.info\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/#organization\",\"name\":\"Owais Noor\",\"url\":\"https:\/\/owaisnoor.info\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2018\/10\/PNG-OWAIS-NOOR.png\",\"contentUrl\":\"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2018\/10\/PNG-OWAIS-NOOR.png\",\"width\":438,\"height\":82,\"caption\":\"Owais Noor\"},\"image\":{\"@id\":\"https:\/\/owaisnoor.info\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/owaisnoorofficial\",\"https:\/\/x.com\/itsowaisnoor\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/#\/schema\/person\/3351438dd3a6ffb36d87c694dfde0157\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/owaisnoor.info\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1349a9cf33824edde90cbb60225f923f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1349a9cf33824edde90cbb60225f923f?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/owaisnoor.info\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"An introduction to Git: what it is, and why should you use it? - Owais Noor","description":"Git is a Open Source Distributed Version Control System for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/","og_locale":"en_US","og_type":"article","og_title":"An introduction to Git: what it is, and why should you use it? - Owais Noor","og_description":"Git is a Open Source Distributed Version Control System for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files...","og_url":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/","og_site_name":"Owais Noor Blog","article_publisher":"https:\/\/www.facebook.com\/owaisnoorofficial","article_published_time":"2019-01-31T15:39:00+00:00","article_modified_time":"2019-01-31T15:48:28+00:00","og_image":[{"width":1400,"height":660,"url":"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@itsowaisnoor","twitter_site":"@itsowaisnoor","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#article","isPartOf":{"@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/"},"author":{"name":"admin","@id":"https:\/\/owaisnoor.info\/blog\/#\/schema\/person\/3351438dd3a6ffb36d87c694dfde0157"},"headline":"An introduction to Git: what it is, and why should you use it?","datePublished":"2019-01-31T15:39:00+00:00","dateModified":"2019-01-31T15:48:28+00:00","mainEntityOfPage":{"@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/"},"wordCount":664,"commentCount":0,"publisher":{"@id":"https:\/\/owaisnoor.info\/blog\/#organization"},"image":{"@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage"},"thumbnailUrl":"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg","keywords":["git","git introduction","github","how to use git","kashmir github","owais noor","what is git"],"articleSection":["Programming","Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/","url":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/","name":"An introduction to Git: what it is, and why should you use it? - Owais Noor","isPartOf":{"@id":"https:\/\/owaisnoor.info\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage"},"image":{"@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage"},"thumbnailUrl":"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg","datePublished":"2019-01-31T15:39:00+00:00","dateModified":"2019-01-31T15:48:28+00:00","description":"Git is a Open Source Distributed Version Control System for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files...","breadcrumb":{"@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#primaryimage","url":"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg","contentUrl":"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2019\/01\/git.jpg","width":1400,"height":660,"caption":"what is git?"},{"@type":"BreadcrumbList","@id":"https:\/\/owaisnoor.info\/blog\/an-introduction-to-git-what-it-is-and-why-should-you-use-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/owaisnoor.info\/blog\/"},{"@type":"ListItem","position":2,"name":"An introduction to Git: what it is, and why should you use it?"}]},{"@type":"WebSite","@id":"https:\/\/owaisnoor.info\/blog\/#website","url":"https:\/\/owaisnoor.info\/blog\/","name":"Best Web Developer in Kashmir","description":"Best Web Developer in Kashmir","publisher":{"@id":"https:\/\/owaisnoor.info\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/owaisnoor.info\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/owaisnoor.info\/blog\/#organization","name":"Owais Noor","url":"https:\/\/owaisnoor.info\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/owaisnoor.info\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2018\/10\/PNG-OWAIS-NOOR.png","contentUrl":"https:\/\/owaisnoor.info\/blog\/wp-content\/uploads\/2018\/10\/PNG-OWAIS-NOOR.png","width":438,"height":82,"caption":"Owais Noor"},"image":{"@id":"https:\/\/owaisnoor.info\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/owaisnoorofficial","https:\/\/x.com\/itsowaisnoor"]},{"@type":"Person","@id":"https:\/\/owaisnoor.info\/blog\/#\/schema\/person\/3351438dd3a6ffb36d87c694dfde0157","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/owaisnoor.info\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1349a9cf33824edde90cbb60225f923f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1349a9cf33824edde90cbb60225f923f?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/owaisnoor.info\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/posts\/391"}],"collection":[{"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/comments?post=391"}],"version-history":[{"count":6,"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/posts\/391\/revisions"}],"predecessor-version":[{"id":400,"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/posts\/391\/revisions\/400"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/media\/392"}],"wp:attachment":[{"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/media?parent=391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/categories?post=391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/owaisnoor.info\/blog\/wp-json\/wp\/v2\/tags?post=391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}