{"id":160,"date":"2022-08-30T12:51:17","date_gmt":"2022-08-30T12:51:17","guid":{"rendered":"https:\/\/www.devopstrainer.in\/blog\/?p=160"},"modified":"2022-09-15T12:22:49","modified_gmt":"2022-09-15T12:22:49","slug":"how-can-we-add-and-share-projects-on-github","status":"publish","type":"post","link":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/","title":{"rendered":"How can we add and share projects on Github?"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg\" alt=\"\" class=\"wp-image-161\" srcset=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg 1024w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github-300x150.jpeg 300w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github-768x384.jpeg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption><em><strong>Add and share projects on Github<\/strong><\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<p>You know the world and about the entity or organization, the programmers and developers daily work on hands-on projects by adding or sharing files from a source like Github, git, GitLab, etc.<br>The organization&#8217;s leader or head assigns innumerable tasks to the following team members or individuals through raising tickets or issue no. Now, there is mind-mapping or interesting work to do.<br>Remember tasks will come through e-mail so, always active in the mail then from the mail, you will move to Github and then check the tasks that will assign to you. After that, you will move to the task manager where your all files will be uploaded then here is a turning point.<br>There are several steps for adding files at local to uploading files on Github:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 1: Clone the GitHub repository into file explorer<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/clone-1-1024x550.png\" alt=\"\" class=\"wp-image-182\" width=\"758\" height=\"407\" srcset=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/clone-1-1024x550.png 1024w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/clone-1-300x161.png 300w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/clone-1-768x412.png 768w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/clone-1-1536x824.png 1536w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/clone-1-2048x1099.png 2048w\" sizes=\"auto, (max-width: 758px) 100vw, 758px\" \/><figcaption><em><strong>Cloning on Github<\/strong><\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<p>In the beginning process, you will first clone the whole repository from GitHub where all the projects files will have accumulated then after seeing your task, you will clone all the repository to the file explorer in the name of workspace then query arises that how you will clone that whole repository so, you will click on the repo. then it redirects to the next page with the code option in the right corner. To that code option, you will select &amp; copy it and you will open your git bash at the same time, run one command as <strong><em>$ git clone ____<\/em><\/strong> in this blank part, you will add that copied Github URL. After doing this, it will take 5 to 10 seconds for cloning. You will get every repo. in the file explorer in the local disk drive.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-clone-1.png\" alt=\"\" class=\"wp-image-183\" width=\"787\" height=\"347\" srcset=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-clone-1.png 612w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-clone-1-300x132.png 300w\" sizes=\"auto, (max-width: 787px) 100vw, 787px\" \/><figcaption><em><strong>git clone on Github<\/strong><\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 2: Add Github files onto local<\/strong><\/h2>\n\n\n\n<p>In this stage, you will get your all folders from Github into a file explorer. After that, you will add the all folders at a local place. Before working on it, you will take one pull command over git bash as <em><strong>$ git pull origin master<\/strong><\/em> and the press the enter key. If any updates will be there, they will show you or there will be no updates then from the first, they will show you the already upto date option.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-pull.png\" alt=\"\" class=\"wp-image-185\" width=\"817\" height=\"297\" srcset=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-pull.png 550w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-pull-300x109.png 300w\" sizes=\"auto, (max-width: 817px) 100vw, 817px\" \/><figcaption><strong><em>git pull origin master<\/em><\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\"><strong>Step3: Add update files to local<\/strong><\/h2>\n\n\n\n<p>In this process, after taking a pull command you will check if any updates are available or not then they shall show you already upto date or numerable updates files then already up to date,<br>there is no issue, or if they will show numerable update files. Then you will select all workspace update files and paste all of them to their local files as it is. After that, you will work on those files and upload on github.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 4: Upload local files onto GitHub<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-add-1.jpg\" alt=\"\" class=\"wp-image-186\" width=\"761\" height=\"267\" srcset=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-add-1.jpg 519w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-add-1-300x105.jpg 300w\" sizes=\"auto, (max-width: 761px) 100vw, 761px\" \/><figcaption><strong><em>git add<\/em><\/strong> <em><strong>on Github<\/strong><\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<p>This is the significant step, you will add all working files in that workspace you have been worked previously. And you will run a command as <em><strong>$ git add .<\/strong><\/em> and press the enter key then it will add your all insert files into Github.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 5: Confirm adding files to Github<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-commit.jpg\" alt=\"\" class=\"wp-image-187\" width=\"731\" height=\"443\" srcset=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-commit.jpg 745w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-commit-300x182.jpg 300w\" sizes=\"auto, (max-width: 731px) 100vw, 731px\" \/><figcaption><em><strong>git commit on Github<\/strong><\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<p>In this stage, you will take confirmation of your all files that you have been uploaded. For this, you will run a commit command as <em><strong>$ git commit -m&#8221;Correcting data&#8221; or &#8220;Adding Data&#8221;<\/strong><\/em> at git bash.<br>Then, it will show you how much you have taken insertions and addition of your files with an estimated value.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 6: Push local files into Github<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-push.png\" alt=\"\" class=\"wp-image-188\" width=\"751\" height=\"301\" srcset=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-push.png 621w, https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/09\/git-push-300x120.png 300w\" sizes=\"auto, (max-width: 751px) 100vw, 751px\" \/><figcaption><strong><em>git push on Github<\/em><\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<p>In this final stage, you will final submit of your all files at github so, for this process, you will run a command as <strong><em>$ git push origin master<\/em><\/strong> at git bash and press the enter key.<br>After this, they will shows your all completely uploaded files over github with proper estimation and addition. They will show you total information about the addition of your files from where you have added them and at how much limits, you have been added.<br>This means that each and every information and details about uploading, it will show to you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You know the world and about the entity or organization, the programmers and developers daily work on hands-on projects by adding or sharing files from a source&#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[46,32,47,33],"tags":[51,49,48,38,42,37,43,41,36,40,50,39],"class_list":["post-160","post","type-post","status-publish","format-standard","hentry","category-git","category-github","category-gitlab","category-programmer","tag-add-and-share-projects-on-github","tag-add-github-files-onto-local","tag-clone-the-github-repository","tag-commands","tag-developer","tag-git-bash","tag-github-repository","tag-programmer","tag-project-files","tag-task-manager","tag-upload-local-files-onto-github","tag-workspace"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How can we add and share projects on Github? - DevOps | SRE | DevSecOps<\/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:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How can we add and share projects on Github? - DevOps | SRE | DevSecOps\" \/>\n<meta property=\"og:description\" content=\"You know the world and about the entity or organization, the programmers and developers daily work on hands-on projects by adding or sharing files from a source...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/\" \/>\n<meta property=\"og:site_name\" content=\"DevOps | SRE | DevSecOps\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-30T12:51:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-15T12:22:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg\" \/>\n<meta name=\"author\" content=\"rahulkr kr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rahulkr kr\" \/>\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.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/\"},\"author\":{\"name\":\"rahulkr kr\",\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/#\\\/schema\\\/person\\\/e9fd1d88de76754aa189257cd197394d\"},\"headline\":\"How can we add and share projects on Github?\",\"datePublished\":\"2022-08-30T12:51:17+00:00\",\"dateModified\":\"2022-09-15T12:22:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/\"},\"wordCount\":696,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/github.jpeg\",\"keywords\":[\"Add and share projects on Github\",\"Add Github files onto local\",\"Clone the GitHub repository\",\"commands\",\"developer\",\"git bash\",\"Github repository\",\"programmer\",\"project files\",\"Task manager\",\"Upload local files onto GitHub\",\"workspace\"],\"articleSection\":[\"Git\",\"Github\",\"Gitlab\",\"Programmer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/\",\"url\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/\",\"name\":\"How can we add and share projects on Github? - DevOps | SRE | DevSecOps\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/github.jpeg\",\"datePublished\":\"2022-08-30T12:51:17+00:00\",\"dateModified\":\"2022-09-15T12:22:49+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/#\\\/schema\\\/person\\\/e9fd1d88de76754aa189257cd197394d\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/github.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/github.jpeg\",\"width\":1024,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/how-can-we-add-and-share-projects-on-github\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How can we add and share projects on Github?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/\",\"name\":\"DevOps | SRE | DevSecOps\",\"description\":\"Automation means Cost, Quality, Time\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/#\\\/schema\\\/person\\\/e9fd1d88de76754aa189257cd197394d\",\"name\":\"rahulkr kr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/79531cbaf0b831cebc9631f6ac28f21fb3fb0dc2615eeecdeeec43038b513473?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/79531cbaf0b831cebc9631f6ac28f21fb3fb0dc2615eeecdeeec43038b513473?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/79531cbaf0b831cebc9631f6ac28f21fb3fb0dc2615eeecdeeec43038b513473?s=96&d=mm&r=g\",\"caption\":\"rahulkr kr\"},\"url\":\"https:\\\/\\\/www.devopstrainer.in\\\/blog\\\/author\\\/rahulkr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How can we add and share projects on Github? - DevOps | SRE | DevSecOps","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.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/","og_locale":"en_US","og_type":"article","og_title":"How can we add and share projects on Github? - DevOps | SRE | DevSecOps","og_description":"You know the world and about the entity or organization, the programmers and developers daily work on hands-on projects by adding or sharing files from a source...","og_url":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/","og_site_name":"DevOps | SRE | DevSecOps","article_published_time":"2022-08-30T12:51:17+00:00","article_modified_time":"2022-09-15T12:22:49+00:00","og_image":[{"url":"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg","type":"","width":"","height":""}],"author":"rahulkr kr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rahulkr kr","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#article","isPartOf":{"@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/"},"author":{"name":"rahulkr kr","@id":"https:\/\/www.devopstrainer.in\/blog\/#\/schema\/person\/e9fd1d88de76754aa189257cd197394d"},"headline":"How can we add and share projects on Github?","datePublished":"2022-08-30T12:51:17+00:00","dateModified":"2022-09-15T12:22:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/"},"wordCount":696,"commentCount":0,"image":{"@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg","keywords":["Add and share projects on Github","Add Github files onto local","Clone the GitHub repository","commands","developer","git bash","Github repository","programmer","project files","Task manager","Upload local files onto GitHub","workspace"],"articleSection":["Git","Github","Gitlab","Programmer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/","url":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/","name":"How can we add and share projects on Github? - DevOps | SRE | DevSecOps","isPartOf":{"@id":"https:\/\/www.devopstrainer.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#primaryimage"},"image":{"@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg","datePublished":"2022-08-30T12:51:17+00:00","dateModified":"2022-09-15T12:22:49+00:00","author":{"@id":"https:\/\/www.devopstrainer.in\/blog\/#\/schema\/person\/e9fd1d88de76754aa189257cd197394d"},"breadcrumb":{"@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#primaryimage","url":"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg","contentUrl":"https:\/\/www.devopstrainer.in\/blog\/wp-content\/uploads\/2022\/08\/github.jpeg","width":1024,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/www.devopstrainer.in\/blog\/how-can-we-add-and-share-projects-on-github\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.devopstrainer.in\/blog\/"},{"@type":"ListItem","position":2,"name":"How can we add and share projects on Github?"}]},{"@type":"WebSite","@id":"https:\/\/www.devopstrainer.in\/blog\/#website","url":"https:\/\/www.devopstrainer.in\/blog\/","name":"DevOps | SRE | DevSecOps","description":"Automation means Cost, Quality, Time","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.devopstrainer.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.devopstrainer.in\/blog\/#\/schema\/person\/e9fd1d88de76754aa189257cd197394d","name":"rahulkr kr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/79531cbaf0b831cebc9631f6ac28f21fb3fb0dc2615eeecdeeec43038b513473?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/79531cbaf0b831cebc9631f6ac28f21fb3fb0dc2615eeecdeeec43038b513473?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/79531cbaf0b831cebc9631f6ac28f21fb3fb0dc2615eeecdeeec43038b513473?s=96&d=mm&r=g","caption":"rahulkr kr"},"url":"https:\/\/www.devopstrainer.in\/blog\/author\/rahulkr\/"}]}},"_links":{"self":[{"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/posts\/160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/comments?post=160"}],"version-history":[{"count":7,"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/posts\/160\/revisions"}],"predecessor-version":[{"id":189,"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/posts\/160\/revisions\/189"}],"wp:attachment":[{"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/media?parent=160"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/categories?post=160"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopstrainer.in\/blog\/wp-json\/wp\/v2\/tags?post=160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}