{"id":89365,"date":"2021-10-01T11:00:41","date_gmt":"2021-10-01T15:00:41","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=89365"},"modified":"2021-10-01T11:00:42","modified_gmt":"2021-10-01T15:00:42","slug":"how-to-go-to-master-branch-in-git","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/","title":{"rendered":"How To Go To Master Branch in Git"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png\" alt=\"How to go to master branch in git\" class=\"wp-image-89377\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>\nAre you having trouble getting back to the \u201cmaster\u201d branch in Git?  This article focuses on how you can use different branches in Git, view your branches, and easily go back to your master branch.  \n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#git-branches\">Using Git Branches<\/a><\/li><li><a href=\"#view-branches\">How To View Git Branches<\/a><\/li><li><a href=\"#back-to-master\">How to Go To Master Branch in Git<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"git-branches\">Using Git Branches<\/h2>\n\n\n\n<p>\nHere is some additional context about Git branches, and how you can use them in your project.  Or, if you just want to know <a href=\"#back-to-master\">how to get back to master<\/a> you can skip ahead to that part of the article.\n<\/p>\n\n\n\n<p>\nGit allows for the creation of \u201cbranches\u201d in your project, from which you can change files, create or delete files, and virtually change any aspect of your project without affecting the \u201cmaster\u201d branch.  Changes from branches can be later \u201cmerged\u201d into master, but until they are merged the changes remain completely separate from the status of the master branch.\n<\/p>\n\n\n\n<p>\nBranches are highly valuable when it comes to testing out fixes or changes to the code of your project.  If you want to experiment with changes, additions, deletions, or refactoring in a completely non-destructive environment, creating a divergent Git branch is a great way to accomplish that.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"view-branches\">How To View Git Branches<\/h2>\n\n\n\n<p>\nAt any time in the course of your work you can easily view branches by running the <code>git branch<\/code> command:\n<\/p>\n\n\n\n<pre id=\"org762b905\" class=\"wp-block-preformatted example\">git branch\n<\/pre>\n\n\n\n<p>\nIn a new project with no additional branches, you will only see <code>* master<\/code> after running the <code>git branch<\/code> command.  But, if you have multiple branches they will all be listed.\n<\/p>\n\n\n\n<pre id=\"org2818c86\" class=\"wp-block-preformatted example\">* master<\/pre>\n\n\n\n<p>\nBe sure to check out our full guide on <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/using-branches-in-git\/\">creating and switching between branches in Git<\/a>.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"back-to-master\">How to Go To Master Branch in Git<\/h2>\n\n\n\n<p>\nNo matter which branch you are currently working in, you can always run the same command to get back to master:\n<\/p>\n\n\n\n<pre id=\"orgb26530d\" class=\"wp-block-preformatted example\">git checkout master\n<\/pre>\n\n\n\n<p>\nYou will then see a success message indicating that you successfully switched back to master:\n<\/p>\n\n\n\n<pre id=\"org5829ca6\" class=\"wp-block-preformatted example\">Switched to branch 'master'\n<\/pre>\n\n\n\n<p class=\"alert alert-info\">Remember, if you have uncommitted changes in the divergent branch then they will carry over when you switch back to master\u2013however still in their dangling, uncommitted state.  To avoid this, make sure to commit your changes to the divergent branch before checking out master.<\/p>\n\n\n\n<p>\nWell done!  You now know how you can always get back to the master branch from any other branch in your Git project.\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Are you having trouble getting back to the &#8220;master&#8221; branch in Git? This article focuses on how you can use different branches in Git, view your branches, and easily go back to your master branch. Using Git Branches How To View Git Branches How to Go To Master Branch in Git Using Git Branches Here<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\"> Read More ><\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4309],"tags":[],"class_list":["post-89365","post","type-post","status-publish","format-standard","hentry","category-git"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Go To Master Branch in Git | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn the right command for getting back to your master branch from any point in your Git project.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Go To Master Branch in Git | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn the right command for getting back to your master branch from any point in your Git project.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-01T15:00:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-01T15:00:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png\" \/>\n<meta name=\"author\" content=\"Christopher Maiorana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Maiorana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"How To Go To Master Branch in Git\",\"datePublished\":\"2021-10-01T15:00:41+00:00\",\"dateModified\":\"2021-10-01T15:00:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\"},\"wordCount\":385,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png\",\"articleSection\":[\"Git\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\",\"name\":\"How To Go To Master Branch in Git | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png\",\"datePublished\":\"2021-10-01T15:00:41+00:00\",\"dateModified\":\"2021-10-01T15:00:42+00:00\",\"description\":\"Learn the right command for getting back to your master branch from any point in your Git project.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Go To Master Branch in Git\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\",\"name\":\"Christopher Maiorana\",\"description\":\"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Go To Master Branch in Git | InMotion Hosting","description":"Learn the right command for getting back to your master branch from any point in your Git project.","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:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/","og_locale":"en_US","og_type":"article","og_title":"How To Go To Master Branch in Git | InMotion Hosting","og_description":"Learn the right command for getting back to your master branch from any point in your Git project.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2021-10-01T15:00:41+00:00","article_modified_time":"2021-10-01T15:00:42+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png","type":"","width":"","height":""}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"How To Go To Master Branch in Git","datePublished":"2021-10-01T15:00:41+00:00","dateModified":"2021-10-01T15:00:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/"},"wordCount":385,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png","articleSection":["Git"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/","name":"How To Go To Master Branch in Git | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git-1024x538.png","datePublished":"2021-10-01T15:00:41+00:00","dateModified":"2021-10-01T15:00:42+00:00","description":"Learn the right command for getting back to your master branch from any point in your Git project.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/09\/How-To-Go-To-Master-Branch-in-Git.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/how-to-go-to-master-branch-in-git\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How To Go To Master Branch in Git"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f","name":"Christopher Maiorana","description":"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.","sameAs":["https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4309,"name":"Git","slug":"git","link":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/89365","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=89365"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/89365\/revisions"}],"predecessor-version":[{"id":89379,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/89365\/revisions\/89379"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=89365"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=89365"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=89365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}