{"id":286,"date":"2021-11-02T09:00:00","date_gmt":"2021-11-01T22:00:00","guid":{"rendered":"https:\/\/studios.nomoss.co\/blog\/?p=286"},"modified":"2023-12-12T16:59:18","modified_gmt":"2023-12-12T05:59:18","slug":"git-basics-1-how-to-set-up-git","status":"publish","type":"post","link":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/","title":{"rendered":"Git Basics 1 &#8211; How to set up Git"},"content":{"rendered":"\n<p>In my line of work, I often work with a fair amount of non-technical folks who have absolutely no experience with Git. This is absolutely wonderful, I love teaching new people the joy of version control. But it often feels like there are no resources out there specifically written to help teach non-technical folks how to get Git set up in as little time as possible. So, as part of our effort to democratise knowledge, I&#8217;ll be writing this guide to Git Basics.<\/p>\n\n\n\n<p>In this first part, I&#8217;ll be teaching you where to get a free Git client, how to integrate with the most common Git providers, and how to clone your first repository. And even more importantly, I&#8217;ll be teaching you what all of that means! <\/p>\n\n\n\n<p>This series will be very light on jargon, and will only teach you the git basics, although I&#8217;ll link other resources if you want to dive deeper. So &#8211; if you&#8217;re already experienced with Git, I&#8217;m sure there will be things that you&#8217;re baffled that I don&#8217;t think are immediately necessary &#8211; but that&#8217;s the whole point. <\/p>\n\n\n\n<p>Often learning a completely new system, especially as somebody non-technical, can be incredibly overwhelming. So I will only be going into concepts when they are immediately necessary, everything else can wait.<\/p>\n\n\n\n<p>With that preamble out of the way, let&#8217;s start with the first question. What is Git?<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">What is Git?<\/h4>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/1color-orange-lightbg@2x.png\" alt=\"The git logo\" class=\"wp-image-297\" width=\"-52\" height=\"-17\" srcset=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/1color-orange-lightbg@2x.png 588w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/1color-orange-lightbg@2x-300x102.png 300w\" sizes=\"(max-width: 588px) 100vw, 588px\" \/><figcaption class=\"wp-element-caption\">This is git!<\/figcaption><\/figure><\/div>\n\n\n<p>Before we dive into Git, we should discuss the concept of Version Control in general. <em>Version Control<\/em> is a concept describing the tracking of work done by developers. When developing complex games or software, there are often a lot of developers working in different areas, all creating and modifying things, sometimes overlapping. This can be incredibly complex, so instead of uploading your entire project to Google Drive or passing around an old USB, we use Version Control.<\/p>\n\n\n\n<p>Version Control systems operate in different ways, but the basic premise is the same. Allow teams of multiple developers to all work on the same project with as little stress or conflict as possible. Git is one such Version Control system.<\/p>\n\n\n\n<p>The basic principle of Git is tracking changes in little bundles called Commits. Each Commit will contain information about which files have changed, and what has been done to those files to change them. By going through these Commits, you can see the way a project (or <em>Repository<\/em>) has changed from its inception all the way up until the most recent change.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"720\" src=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/git-fork-1024x720.png\" alt=\"A screenshot of the Fork website\" class=\"wp-image-301\" srcset=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/git-fork-1024x720.png 1024w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/git-fork-600x422.png 600w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/git-fork-300x211.png 300w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/git-fork-768x540.png 768w, https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2021\/10\/git-fork.png 1246w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Look how pretty this client is!!<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Installing a Git Client<\/h4>\n\n\n\n<p>Originally, Git was managed through the command line, but as development has become democratised, and the command line is less and less popular, a number of Git clients have sprung up to simplify the management of Git.<\/p>\n\n\n\n<p>There are a number of free Git clients out there that you can use, but the one that I have found the most beginner friendly of late is <a href=\"https:\/\/git-fork.com\/about\">Fork<\/a>. It&#8217;s very easy to use, and is being actively developed by a husband and wife team, which is delightful!<\/p>\n\n\n\n<p>So, step one in our Git basics journey is to install Fork. If you have another Git Client that you are using, that will work too, but it&#8217;s worth noting that these instructions will be Fork-focused, so you may need to translate some parts.<\/p>\n\n\n\n<p>The next part of the instructions will change slightly based on the Git host that your team uses. So, which Git host are you using?<\/p>\n\n\n\n<ul>\n<li><a href=\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-2-how-to-get-connected-to-github\/\">We&#8217;re using GitHub<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-1-how-to-get-connected-to-gitlab\/\">We&#8217;re using GitLab<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/noblesteedgames.com\/blog\/git-basics-2-3-how-to-get-connected-to-bitbucket\/\">We&#8217;re using BitBucket<\/a><\/li>\n\n\n\n<li><a href=\"mailto:reuben@noblesteed.games\">We&#8217;re using something else (email me and I&#8217;ll happily help you get set up!)<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Step by step tutorial on how to set up Git for beginners. Learn about Git providers, and how to clone your first repository!<\/p>\n","protected":false},"author":1,"featured_media":655,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[40],"tags":[26],"ppma_author":[65],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Git Basics 1 - How to set up Git | Dev Blog<\/title>\n<meta name=\"description\" content=\"Step by step tutorial on how to set up Git for beginners. Learn about Git providers, and how to clone your first repository!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Git Basics 1 - How to set up Git | Dev Blog\" \/>\n<meta property=\"og:description\" content=\"Step by step tutorial on how to set up Git for non-technical folks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\" \/>\n<meta property=\"og:site_name\" content=\"Noble Steed Games\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NobleSteedAU\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-01T22:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-12T05:59:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"378\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Reuben\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"Step by step tutorial on how to set up Git for non-technical folks.\" \/>\n<meta name=\"twitter:creator\" content=\"@NobleSteedAU\" \/>\n<meta name=\"twitter:site\" content=\"@NobleSteedAU\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Reuben\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\"},\"author\":{\"name\":\"Reuben\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9\"},\"headline\":\"Git Basics 1 &#8211; How to set up Git\",\"datePublished\":\"2021-11-01T22:00:00+00:00\",\"dateModified\":\"2023-12-12T05:59:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\"},\"wordCount\":612,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg\",\"keywords\":[\"Git\"],\"articleSection\":[\"Gamedev Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\",\"name\":\"Git Basics 1 - How to set up Git | Dev Blog\",\"isPartOf\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg\",\"datePublished\":\"2021-11-01T22:00:00+00:00\",\"dateModified\":\"2023-12-12T05:59:18+00:00\",\"description\":\"Step by step tutorial on how to set up Git for beginners. Learn about Git providers, and how to clone your first repository!\",\"breadcrumb\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg\",\"contentUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg\",\"width\":900,\"height\":378,\"caption\":\"Git 101 Part 1.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/noblesteedgames.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Git Basics 1 &#8211; How to set up Git\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#website\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/\",\"name\":\"Noble Steed Games\",\"description\":\"Stories from Development\",\"publisher\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/noblesteedgames.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#organization\",\"name\":\"Noble Steed Games\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg\",\"contentUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg\",\"width\":1374,\"height\":1374,\"caption\":\"Noble Steed Games\"},\"image\":{\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/NobleSteedAU\",\"https:\/\/x.com\/NobleSteedAU\",\"https:\/\/www.instagram.com\/noblesteedau\/\",\"https:\/\/www.linkedin.com\/company\/18263569\/\",\"https:\/\/www.youtube.com\/channel\/UC-CE2Op8dEH0LET0t9Zw79g\",\"https:\/\/twitter.com\/NobleSteedAU\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9\",\"name\":\"Reuben\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/image\/b281395bed28c3024dda9576a32f5794\",\"url\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg\",\"contentUrl\":\"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg\",\"caption\":\"Reuben\"},\"sameAs\":[\"https:\/\/noblesteedgames.com\/blog\/\"],\"url\":\"https:\/\/noblesteedgames.com\/blog\/author\/studios-admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Git Basics 1 - How to set up Git | Dev Blog","description":"Step by step tutorial on how to set up Git for beginners. Learn about Git providers, and how to clone your first repository!","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:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/","og_locale":"en_US","og_type":"article","og_title":"Git Basics 1 - How to set up Git | Dev Blog","og_description":"Step by step tutorial on how to set up Git for non-technical folks.","og_url":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/","og_site_name":"Noble Steed Games","article_publisher":"https:\/\/www.facebook.com\/NobleSteedAU","article_published_time":"2021-11-01T22:00:00+00:00","article_modified_time":"2023-12-12T05:59:18+00:00","og_image":[{"width":900,"height":378,"url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg","type":"image\/jpeg"}],"author":"Reuben","twitter_card":"summary_large_image","twitter_description":"Step by step tutorial on how to set up Git for non-technical folks.","twitter_creator":"@NobleSteedAU","twitter_site":"@NobleSteedAU","twitter_misc":{"Written by":"Reuben","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#article","isPartOf":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/"},"author":{"name":"Reuben","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9"},"headline":"Git Basics 1 &#8211; How to set up Git","datePublished":"2021-11-01T22:00:00+00:00","dateModified":"2023-12-12T05:59:18+00:00","mainEntityOfPage":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/"},"wordCount":612,"commentCount":6,"publisher":{"@id":"https:\/\/noblesteedgames.com\/blog\/#organization"},"image":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage"},"thumbnailUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg","keywords":["Git"],"articleSection":["Gamedev Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/","url":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/","name":"Git Basics 1 - How to set up Git | Dev Blog","isPartOf":{"@id":"https:\/\/noblesteedgames.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage"},"image":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage"},"thumbnailUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg","datePublished":"2021-11-01T22:00:00+00:00","dateModified":"2023-12-12T05:59:18+00:00","description":"Step by step tutorial on how to set up Git for beginners. Learn about Git providers, and how to clone your first repository!","breadcrumb":{"@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#primaryimage","url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg","contentUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/06\/GIt-Part-1.jpg","width":900,"height":378,"caption":"Git 101 Part 1."},{"@type":"BreadcrumbList","@id":"https:\/\/noblesteedgames.com\/blog\/git-basics-1-how-to-set-up-git\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/noblesteedgames.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Git Basics 1 &#8211; How to set up Git"}]},{"@type":"WebSite","@id":"https:\/\/noblesteedgames.com\/blog\/#website","url":"https:\/\/noblesteedgames.com\/blog\/","name":"Noble Steed Games","description":"Stories from Development","publisher":{"@id":"https:\/\/noblesteedgames.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/noblesteedgames.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/noblesteedgames.com\/blog\/#organization","name":"Noble Steed Games","url":"https:\/\/noblesteedgames.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg","contentUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/PFP.jpg","width":1374,"height":1374,"caption":"Noble Steed Games"},"image":{"@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/NobleSteedAU","https:\/\/x.com\/NobleSteedAU","https:\/\/www.instagram.com\/noblesteedau\/","https:\/\/www.linkedin.com\/company\/18263569\/","https:\/\/www.youtube.com\/channel\/UC-CE2Op8dEH0LET0t9Zw79g","https:\/\/twitter.com\/NobleSteedAU"]},{"@type":"Person","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/72236c3fe545f797cc0ce4635c1ca1a9","name":"Reuben","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/noblesteedgames.com\/blog\/#\/schema\/person\/image\/b281395bed28c3024dda9576a32f5794","url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg","contentUrl":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg","caption":"Reuben"},"sameAs":["https:\/\/noblesteedgames.com\/blog\/"],"url":"https:\/\/noblesteedgames.com\/blog\/author\/studios-admin\/"}]}},"authors":[{"term_id":65,"user_id":1,"is_guest":0,"slug":"studios-admin","display_name":"Reuben","avatar_url":{"url":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg","url2x":"https:\/\/noblesteedgames.com\/blog\/wp-content\/uploads\/2023\/12\/IMG_20231006_131634.jpg"},"user_url":"https:\/\/noblesteedgames.com\/blog\/","last_name":"Moorhouse","first_name":"Reuben","job_title":"","description":""}],"_links":{"self":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts\/286"}],"collection":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/comments?post=286"}],"version-history":[{"count":12,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts\/286\/revisions"}],"predecessor-version":[{"id":1230,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/posts\/286\/revisions\/1230"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/media\/655"}],"wp:attachment":[{"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/media?parent=286"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/categories?post=286"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/tags?post=286"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/noblesteedgames.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}