{"id":86775,"date":"2021-08-20T10:53:49","date_gmt":"2021-08-20T14:53:49","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=86775"},"modified":"2022-02-07T15:52:26","modified_gmt":"2022-02-07T20:52:26","slug":"git-basics","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/","title":{"rendered":"What Are The Basics of Git I Should Know?"},"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\/08\/What-Are-The-Basics-of-Git-I-Should-Know-1024x538.png\" alt=\"\" class=\"wp-image-86777\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p> Most individuals working in the tech world in some form must know the basics of Git.  Git is the likely candidate for most popular version control system, and more and more workflows \u2014 from coding to writing documentation, or even managing \u201cdotfiles\u201d at your <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\">dedicated server host<\/a> \u2014 integrate some form of Git version control.  But Git can be intimidating to newcomers because of the unique terminology \u2014 Git is almost like its own language.  This article will introduce you to the critical concepts so you can get up and running right away. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#git-basics-staging\">Adding Files To The Staging Index<\/a><\/li><li><a href=\"#git-basics-commit\">Commit Your Current State<\/a><\/li><li><a href=\"#git-basics-branch\">Branching<\/a><\/li><li><a href=\"#git-basics-reset\">Reset (With Caution)<\/a><\/li><\/ul>\n\n\n\n<p class=\"alert alert-info\"> While this article introduces the main concepts behind Git, you are best advised to follow it up with our <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-fundamentals-complete-beginner-guide\/\">complete Git getting started guide<\/a> which, in addition to conceptual information, provides the actual Git commands you will run live. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"git-basics-staging\">Adding Files To The Staging Index<\/h2>\n\n\n\n<p> Git basically manages changes you make to one or more files.  That\u2019s about it.  Once you have initialized a project directory (\u201cworking directory,\u201d in Git terms) you tell Git which files to track for changes.  You do this by \u201cadding\u201d files to a \u201cstaging index.\u201d  The staging index is basically a list of changes: files changed, files added, or files deleted. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"git-basics-commit\">Commit Your Current State<\/h2>\n\n\n\n<p> The \u201ccommit\u201d action puts the state of your tracked files and project into the permanent record.  The commit process takes the changes, additions, and deletions in your staging index and packages them into the contents of the commit. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"git-basics-branch\">Branching<\/h2>\n\n\n\n<p> Git allows you to try out changes or iterate on different ideas using branches.  A branch allows you to literally split the project and then integrate your changes later.  You can also <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/push-branch-remote\/\">send branches up to your remote repository<\/a> so that other users can pull them down, try out your changes, and then commit new code on that same branch.  If all the changes work well, you can integrate the changes on the divergent branch into the \u201cmaster\u201d branch. <\/p>\n\n\n\n<p>\nBut, as with everything else in Git, branching is a general purpose tool with all sorts of different use cases.  So you are encouraged to get creative with it.  The branch is yet another reference point in Git, which references the state of your code at a certain time.  Just like commits, a branch can be used as a marker or reference point.  But unlike commits, a branch can be merged into another branch.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"git-basics-reset\">Reset (With Caution)<\/h2>\n\n\n\n<p>\nThe Git reset command will bring your current project state to a different state.  You might find a few cases in which you made changes but want to revert to what you had before, or you might want to rewind the project back to a few commits behind.  The reset command can help you do that.\n<\/p>\n\n\n\n<p> In most cases, you will want to do a hard reset.  But you should use caution, because the hard reset will also wipe out changes you might currently have in your working directory or staging index.  Familiarize yourself with the different types of resets: soft, hard, and mixed. <\/p>\n\n\n<!-- Shortcode [cloud-server-cta5] does not exist -->\n\n\n\n<p class=\"alert alert-info\"><a href=\"https:\/\/www.inmotionhosting.com\/cloud-vs-vps\">VPS vs cloud hosting<\/a>?  Which one is right for you?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most individuals working in the tech world in some form must know the basics of Git. Git is the likely candidate for most popular version control system, and more and more workflows \u2014 from coding to writing documentation, or even managing &#8220;dotfiles&#8221; at your dedicated server host \u2014 integrate some form of Git version control.<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/\"> 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-86775","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>What Are The Basics of Git I Should Know?<\/title>\n<meta name=\"description\" content=\"What are the basics of Git you should know to get started right away? This article will fill you in on the essentials so you can start using Git today.\" \/>\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\/git-basics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Are The Basics of Git I Should Know?\" \/>\n<meta property=\"og:description\" content=\"What are the basics of Git you should know to get started right away? This article will fill you in on the essentials so you can start using Git today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/\" \/>\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-08-20T14:53:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-07T20:52:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/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=\"3 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\/git-basics\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"What Are The Basics of Git I Should Know?\",\"datePublished\":\"2021-08-20T14:53:49+00:00\",\"dateModified\":\"2022-02-07T20:52:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/\"},\"wordCount\":537,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know-1024x538.png\",\"articleSection\":[\"Git\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/\",\"name\":\"What Are The Basics of Git I Should Know?\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know-1024x538.png\",\"datePublished\":\"2021-08-20T14:53:49+00:00\",\"dateModified\":\"2022-02-07T20:52:26+00:00\",\"description\":\"What are the basics of Git you should know to get started right away? This article will fill you in on the essentials so you can start using Git today.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Are The Basics of Git I Should Know?\"}]},{\"@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":"What Are The Basics of Git I Should Know?","description":"What are the basics of Git you should know to get started right away? This article will fill you in on the essentials so you can start using Git today.","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\/git-basics\/","og_locale":"en_US","og_type":"article","og_title":"What Are The Basics of Git I Should Know?","og_description":"What are the basics of Git you should know to get started right away? This article will fill you in on the essentials so you can start using Git today.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2021-08-20T14:53:49+00:00","article_modified_time":"2022-02-07T20:52:26+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know.png","type":"image\/png"}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"What Are The Basics of Git I Should Know?","datePublished":"2021-08-20T14:53:49+00:00","dateModified":"2022-02-07T20:52:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/"},"wordCount":537,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know-1024x538.png","articleSection":["Git"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/","name":"What Are The Basics of Git I Should Know?","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know-1024x538.png","datePublished":"2021-08-20T14:53:49+00:00","dateModified":"2022-02-07T20:52:26+00:00","description":"What are the basics of Git you should know to get started right away? This article will fill you in on the essentials so you can start using Git today.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/08\/What-Are-The-Basics-of-Git-I-Should-Know.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/git\/git-basics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"What Are The Basics of Git I Should Know?"}]},{"@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\/86775","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=86775"}],"version-history":[{"count":5,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/86775\/revisions"}],"predecessor-version":[{"id":93981,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/86775\/revisions\/93981"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=86775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=86775"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=86775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}