{"id":549,"date":"2025-08-01T10:04:17","date_gmt":"2025-08-01T10:04:17","guid":{"rendered":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/"},"modified":"2025-08-01T10:04:17","modified_gmt":"2025-08-01T10:04:17","slug":"mastering-git-a-comprehensive-guide-to-version-control","status":"publish","type":"post","link":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/","title":{"rendered":"Mastering Git: A Comprehensive Guide to Version Control"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is the main purpose of git?<\/h2>\n\n\n\n<p>Git is a distributed version control system designed to handle everything from small to very large projects with speed and efficiency.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Main Features of Git:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n  <li><strong>Version Control:<\/strong> Git tracks changes in the source code over time.<\/li>\n  <li><strong>Branching:<\/strong> Easy creation and merging of branches for parallel development.<\/li>\n  <li><strong>Collaboration:<\/strong> Multiple developers can work on the same project simultaneously.<\/li>\n<\/ul>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why should you consider using git?<\/h2>\n\n\n\n<p>Git is a powerful version control system that offers many benefits to developers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n   <li><strong>Collaboration:<\/strong> Git makes it easy for multiple developers to work on the same project simultaneously.<\/li>\n   <li><strong>History:<\/strong> It tracks changes made to the codebase, allowing you to see who made each change and why.<\/li>\n   <li><strong>Branching:<\/strong> Git&#8217;s branching model enables you to work on new features or bug fixes without affecting the main codebase.<\/li>\n   <li><strong>Backup:<\/strong> By pushing your changes to a remote repository, you create a backup of your code.<\/li>\n<\/ul>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/wallpaper_copilot_generic_logo.png?resize=1600%2C850' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What are the key features offered by git?<\/h2>\n\n\n\n<p>Git, a popular version control system, offers several key features that make it widely used among developers:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key features:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n  <li><strong>Distributed:<\/strong> Allows multiple developers to work on the same project independently.<\/li>\n  <li><strong>Branching:<\/strong> Supports easy creation, merging, and deletion of branches for parallel development.<\/li>\n  <li><strong>History Tracking:<\/strong> Logs all changes made to the codebase with detailed commit history.<\/li>\n  <li><strong>Staging Area:<\/strong> Provides a staging area to review and organize changes before committing.<\/li>\n  <li><strong>Open Source:<\/strong> Git is open source and free to use, enabling widespread adoption and community support.<\/li>\n<\/ul>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/entail.jit.io\/en-assets\/jit\/fit-in\/700x700\/Application_Security-1732631728607.jpg' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Who are the primary users of git?<\/h2>\n\n\n\n<p>Git is used by a wide range of users including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n  <li><strong>Software Developers:<\/strong> to manage source code and collaborate with team members<\/li>\n  <li><strong>System Administrators:<\/strong> for managing configurations and tracking changes<\/li>\n  <li><strong>DevOps Engineers:<\/strong> to automate deployment processes and ensure version control<\/li>\n  <li><strong>Open Source Contributors:<\/strong> to contribute to various projects and track changes<\/li>\n<\/ul>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/docs.github.com\/assets\/cb-119930\/images\/help\/settings\/email-primary.png' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What are the typical use cases for git?<\/h2>\n\n\n\n<p>Git is a versatile version control system, commonly used for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n  <li>Collaborative software development<\/li>\n  <li>Tracking changes in codebases<\/li>\n  <li>Managing different versions of a project<\/li>\n<\/ul>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/www.researchgate.net\/publication\/392167598\/figure\/fig1\/AS:11431281471774178@1748488153142\/The-three-Git-scenarios-supported-by-GitGoodBench-Each-scenario-benchmarks-a-typical-Git.ppm' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How do you get started with git?<\/h2>\n\n\n\n<p>Getting started with git involves the following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n  <li><strong>Install git:<\/strong> Download and install git on your system.<\/li>\n  <li><strong>Set up git:<\/strong> Configure your name and email address used for git commits.<\/li>\n  <li><strong>Create a repository:<\/strong> Initialize a new repository or clone an existing one.<\/li>\n  <li><strong>Add and commit:<\/strong> Add files to the staging area and commit changes to the repository.<\/li>\n  <li><strong>Branches and merge:<\/strong> Create branches, switch between them, and merge changes.<\/li>\n  <li><strong>Push and pull:<\/strong> Push changes to a remote repository and pull changes from it.<\/li>\n<\/ol>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/git-scm.com\/book\/en\/v2\/images\/git-osx-installer.png' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How does it work, in the context of git?<\/h2>\n\n\n\n<p>Git is a distributed version control system that tracks changes in files and directories. Here&#8217;s how it works:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n  <li><strong>Repository:<\/strong> Git tracks changes in a repository, which contains a directory with all the project&#8217;s files.<\/li>\n  <li><strong>Commits:<\/strong> Changes are saved in commits, each representing a snapshot of the project at a specific point in time.<\/li>\n  <li><strong>Branches:<\/strong> Git allows for branching, creating separate lines of development that can later be merged back together.<\/li>\n  <li><strong>Merge:<\/strong> Merging combines changes from different branches to create a unified version of the project.<\/li>\n<\/ol>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/wac-cdn.atlassian.com\/dam\/jcr:4e576671-1b7f-43db-afb5-cf8db8df8e4a\/01%20What%20is%20git%20rebase.svg?cdnVersion=2875' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Where can you deploy or implement git?<\/h2>\n\n\n\n<p>Git can be deployed and implemented in various environments, depending on the specific requirements of your project. Some common deployment options include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Local Deployment<\/h3>\n\n\n\n<p><strong>Local repositories:<\/strong> You can deploy git on your local machine to create and manage repositories directly on your computer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Remote Deployment<\/h3>\n\n\n\n<p><strong>Remote repositories:<\/strong> Git can be deployed on remote servers using platforms like GitHub, GitLab, Bitbucket, or self-hosted solutions. This allows for collaboration and version control across distributed teams.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Continuous Integration\/Continuous Deployment (CI\/CD)<\/h3>\n\n\n\n<p><strong>CI\/CD pipelines:<\/strong> Git integrates with CI\/CD tools like Jenkins, Travis CI, or CircleCI to automate build, test, and deployment processes.<\/p>\n\n\n\n<p>These are just a few examples of where you can deploy or implement git, depending on your specific use case and project requirements.<\/p>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/www.virtuozzo.com\/company\/blog\/wp-content\/uploads\/2017\/04\/github-gitlab.png' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What are the limitations or challenges associated with git?<\/h2>\n\n\n\n<p>Git is popular version control system, but it also comes with its own set of limitations and challenges:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Some of the limitations include:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n  <li>Lack of easy graphical user interface for beginners<\/li>\n  <li>Steep learning curve for command line operations<\/li>\n  <li>Issues with handling extremely large files<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Common challenges faced with git are:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n  <li>Branching and merging complexities<\/li>\n  <li>Conflicts resolution during collaboration<\/li>\n  <li>Maintaining consistency in coding standards<\/li>\n<\/ol>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/4300744.fs1.hubspotusercontent-na1.net\/hub\/4300744\/hubfs\/Git%20analytics.webp?width=800&amp;name=Git%20analytics.webp' alt=''\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Comparisons of Other tools with git?<\/h2>\n\n\n\n<p>When considering version control systems, it&#8217;s essential to compare <strong>git<\/strong> with other popular tools available. Here are some notable comparisons:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Mercurial (Hg)<\/h3>\n\n\n\n<p>Mercurial is another distributed version control system similar to <strong>git<\/strong>. However, Mercurial is known for its ease of use and a more straightforward approach to certain commands compared to <strong>git<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Subversion (SVN)<\/h3>\n\n\n\n<p><strong>git<\/strong> and Subversion follow different version control system models. While <strong>git<\/strong> is a distributed version control system, Subversion follows a centralized model. Each has its strengths and weaknesses based on project needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Perforce<\/h3>\n\n\n\n<p>Perforce offers centralized version control that is scalable for large projects. It provides robust features for managing code, but it might not be as versatile in terms of branching and merging capabilities as <strong>git<\/strong>.<\/p>\n\n\n\n<figure class='wp-block-image size-large'><img src='https:\/\/assets.bytebytego.com\/diagrams\/0204-git-vs-github.png' alt=''\/><\/figure>\n\n\n","protected":false},"excerpt":{"rendered":"<p>What is the main purpose of git? Git is a distributed version control system designed to handle everything from small [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-549","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mastering Git: A Comprehensive Guide to Version Control - SRE School<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mastering Git: A Comprehensive Guide to Version Control - SRE School\" \/>\n<meta property=\"og:description\" content=\"What is the main purpose of git? Git is a distributed version control system designed to handle everything from small [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/\" \/>\n<meta property=\"og:site_name\" content=\"SRE School\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-01T10:04:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875\" \/>\n<meta name=\"author\" content=\"Rajesh Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rajesh Kumar\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/\",\"url\":\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/\",\"name\":\"Mastering Git: A Comprehensive Guide to Version Control - SRE School\",\"isPartOf\":{\"@id\":\"https:\/\/sreschool.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875\",\"datePublished\":\"2025-08-01T10:04:17+00:00\",\"author\":{\"@id\":\"https:\/\/sreschool.com\/blog\/#\/schema\/person\/0ffe446f77bb2589992dbe3a7f417201\"},\"breadcrumb\":{\"@id\":\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#primaryimage\",\"url\":\"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875\",\"contentUrl\":\"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sreschool.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering Git: A Comprehensive Guide to Version Control\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sreschool.com\/blog\/#website\",\"url\":\"https:\/\/sreschool.com\/blog\/\",\"name\":\"SRESchool\",\"description\":\"Master SRE. Build Resilient Systems. Lead the Future of Reliability\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sreschool.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/sreschool.com\/blog\/#\/schema\/person\/0ffe446f77bb2589992dbe3a7f417201\",\"name\":\"Rajesh Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/sreschool.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f901a4f2929fa034a291a8363d589791d5a3c1f6a051c22e744acb8bfc8e022a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f901a4f2929fa034a291a8363d589791d5a3c1f6a051c22e744acb8bfc8e022a?s=96&d=mm&r=g\",\"caption\":\"Rajesh Kumar\"},\"sameAs\":[\"http:\/\/sreschool.com\/blog\"],\"url\":\"https:\/\/sreschool.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mastering Git: A Comprehensive Guide to Version Control - SRE School","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:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/","og_locale":"en_US","og_type":"article","og_title":"Mastering Git: A Comprehensive Guide to Version Control - SRE School","og_description":"What is the main purpose of git? Git is a distributed version control system designed to handle everything from small [&hellip;]","og_url":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/","og_site_name":"SRE School","article_published_time":"2025-08-01T10:04:17+00:00","og_image":[{"url":"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875","type":"","width":"","height":""}],"author":"Rajesh Kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rajesh Kumar","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/","url":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/","name":"Mastering Git: A Comprehensive Guide to Version Control - SRE School","isPartOf":{"@id":"https:\/\/sreschool.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#primaryimage"},"image":{"@id":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#primaryimage"},"thumbnailUrl":"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875","datePublished":"2025-08-01T10:04:17+00:00","author":{"@id":"https:\/\/sreschool.com\/blog\/#\/schema\/person\/0ffe446f77bb2589992dbe3a7f417201"},"breadcrumb":{"@id":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#primaryimage","url":"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875","contentUrl":"https:\/\/wac-cdn.atlassian.com\/dam\/jcr:a905ddfd-973a-452a-a4ae-f1dd65430027\/01%20Git%20branch.svg?cdnVersion=2875"},{"@type":"BreadcrumbList","@id":"https:\/\/sreschool.com\/blog\/mastering-git-a-comprehensive-guide-to-version-control\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sreschool.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Mastering Git: A Comprehensive Guide to Version Control"}]},{"@type":"WebSite","@id":"https:\/\/sreschool.com\/blog\/#website","url":"https:\/\/sreschool.com\/blog\/","name":"SRESchool","description":"Master SRE. Build Resilient Systems. Lead the Future of Reliability","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sreschool.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Person","@id":"https:\/\/sreschool.com\/blog\/#\/schema\/person\/0ffe446f77bb2589992dbe3a7f417201","name":"Rajesh Kumar","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/sreschool.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f901a4f2929fa034a291a8363d589791d5a3c1f6a051c22e744acb8bfc8e022a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f901a4f2929fa034a291a8363d589791d5a3c1f6a051c22e744acb8bfc8e022a?s=96&d=mm&r=g","caption":"Rajesh Kumar"},"sameAs":["http:\/\/sreschool.com\/blog"],"url":"https:\/\/sreschool.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/posts\/549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/comments?post=549"}],"version-history":[{"count":0,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/posts\/549\/revisions"}],"wp:attachment":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/media?parent=549"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/categories?post=549"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/tags?post=549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}