🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 156 (from laksa052)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

đź“„
INDEXABLE
âś…
CRAWLED
3 hours ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://digital.gov/resources/an-introduction-github
Last Crawled2026-04-18 22:27:37 (3 hours ago)
First Indexed2021-10-25 20:23:45 (4 years ago)
HTTP Status Code200
Meta TitleAn introduction to GitHub | Digital.gov
Meta DescriptionSteps for managing website content in GitHub.
Meta Canonicalnull
Boilerpipe Text
Note In this first training video, Content Strategy and Design Specialist for GSA’s Technology Transformation Services (TTS) , Malaika Carpenter, breaks down how to use GitHub into easy, practical steps and demonstrates ways to use this tool to create, manage and publish website content. What is GitHub? GitHub is a web-based interface that uses Git , the open source version control software that lets multiple people make separate changes to web pages at the same time. As Carpenter notes, because it allows for real-time collaboration, GitHub encourages teams to work together to build and edit their site content. How can GitHub help my team and me? GitHub allows multiple developers to work on a single project at the same time, reduces the risk of duplicative or conflicting work, and can help decrease production time. With GitHub, developers can build code, track changes, and innovate solutions to problems that might arise during the site development process simultaneously. Non-developers can also use it to create, edit, and update website content, which Carpenter demonstrates in her tutorial. How do I speak GitHub? There are some common terms teams will need to understand when using GitHub. They are: Git — a tool that allows developers and others to use version control GitHub — one of many web interfaces for using Git Organization (org) — a grouping mechanism allowing teams to collaborate across many projects at once Repository (repo) — a folder in which all files and their version histories are stored Branch — a version of the repo that allows work without affecting other branches. Repos may have many branches for different possible changes being tested or considered, along with a default branch that serves as the source of truth. Fork — a new repository that inherits from a parent “upstream” repo. It is used to suggest changes to an “upstream” public repo by someone who doesn’t have access to edit in the repo’s home org. Markdown (.md) — a way to write content that converts plain text to formatted text. Commit Changes — a saved record of a change made to a file within the repo. Pull Request (PR) — a request for changes made to a branch to be pulled into another branch. Allows multiple users to see, discuss and review work being suggested. Merge — after a pull request is approved, the commit will be pulled in (or merged) from one branch to another and then, deployed on the live site Issues — allow users to report issues or bugs and track progress of assigning the fix for the issues. Cloud.gov Pages (formerly Federalist) — a platform that securely deploys a website from a GitHub repository in minutes, and lets users preview proposed and published changes. Projects — allows you to use GitHub for project management and tracking a set of issues, either for a specific repo or an entire org Wiki — a section of a repo made for hosting documentation. Documentation may be in the repo’s README files instead. Becoming fluent in GitHub terminology might seem intimidating at first, but the more team members engage with the platform, the easier it is to understand the ins and outs of GitHub. How do I use GitHub? Note This second tutorial and live demonstration covers a variety of Git-related concepts so that you can have confidence using GitHub in the future. You can also . In the demonstrations on this page, both presenters show how files are changed and merged in GitHub. This can be done by any member on the team, developers and non-developers, that has access to a GitHub repository. The following is a step-by-step method in which GitHub users can develop their websites: Step 1 — Team members will open an issue via a project board. Step 2 — Team members will create a new branch from the most recent version of the main branch in the repository where the entire team works to avoid conflicts. Step 3 — Team members will add commits (edits or changes) to their respective branches. Step 4 — Team members will open a pull request in which users can assign other team members to review content changes and internally discuss the details of the commits. Step 5 — After waiting for the Federalist build to complete, team members can preview the change on a test version of the website and request reviewers to approve or comment on the change. Once the reviewers approve the pull request, the commits merge into the main branch and are published on the live site. What else do I need to know about GitHub? When starting a project using issues and project boards, write your content on external word processors or via Google Docs, and then, save these files to their respective project boards. These steps allow developers and content creators to have a master copy of the file(s), thus helping them track changes over the course of a project. In addition, developers should consider downloading GitHub Desktop . GitHub Desktop allows users to do everything that could be done on GitHub’s web interface, but locally on a user’s machine. GitHub is built to be a collaborative interface. By allowing multiple users to work on the same project simultaneously and requiring cross-team approval for pull requests, GitHub not only allows for, but encourages collaboration within design teams. This type of collaboration can help produce a higher level of quality control. Additional resources Intro to GitHub | TTS Handbook - a guide on how to use GitHub from understanding basic level terminology to understanding more complicated concepts. Simple Guide to GitHub for Non-Developers - a resource that explains the basics of GitHub language. Getting Started with GitHub Desktop - a guide to help GitHub Desktop users understand how to work from a local computer. Markdown Cheat Sheet - is a tool to help users transcribe plain text language into GitHub code.
Markdown
[Skip to main content](https://digital.gov/resources/an-introduction-github#main-content) [Skip to main content](https://digital.gov/resources/an-introduction-github#main-content) ![](https://digital.gov/themes/custom/digital_gov/static/uswds/img/us_flag.svg) An official website of the United States government Here’s how you know Here’s how you know ![](https://digital.gov/themes/custom/digital_gov/static/uswds/img/icon-dot-gov.svg) **Official websites use .gov** A **.gov** website belongs to an official government organization in the United States. ![](https://digital.gov/themes/custom/digital_gov/static/uswds/img/icon-https.svg) **Secure .gov websites use HTTPS** A **lock** ( Locked padlock) or **https://** means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites. *[![](https://digital.gov/themes/custom/digital_gov/logo.svg)](https://digital.gov/ "Digital.gov Home")* Guidance on building better digital services in government Menu ![close](https://digital.gov/themes/custom/digital_gov/static/uswds/img/usa-icons/close.svg) - [Join communities](https://digital.gov/communities) - [Browse resources](https://digital.gov/resources) - [Explore guides](https://digital.gov/guides) - [Read blogs](https://digital.gov/news) 1. [Home](https://digital.gov/) 2. [Resources](https://digital.gov/resources) 3. An Introduction To GitHub # An introduction to GitHub How to use GitHub to create, manage, and publish website content. #### Note In this first training video, Content Strategy and Design Specialist for GSA’s [Technology Transformation Services (TTS)](https://tts.gsa.gov/), Malaika Carpenter, breaks down how to use GitHub into easy, practical steps and demonstrates ways to use this tool to create, manage and publish website content. ## What is GitHub? [GitHub](https://www.github.com/) is a web-based interface that uses [Git](https://www.git-scm.com/), the open source version control software that lets multiple people make separate changes to web pages at the same time. As Carpenter notes, because it allows for real-time collaboration, GitHub encourages teams to work together to build and edit their site content. ## How can GitHub help my team and me? GitHub allows multiple developers to work on a single project at the same time, reduces the risk of duplicative or conflicting work, and can help decrease production time. With GitHub, developers can build code, track changes, and innovate solutions to problems that might arise during the site development process simultaneously. Non-developers can also use it to create, edit, and update website content, which Carpenter demonstrates in her tutorial. ## How do I speak GitHub? There are some common terms teams will need to understand when using GitHub. They are: - **Git** — a tool that allows developers and others to use version control - **GitHub** — one of many web interfaces for using Git - **Organization (org)** — a grouping mechanism allowing teams to collaborate across many projects at once - **Repository (repo)** — a folder in which all files and their version histories are stored - **Branch** — a version of the repo that allows work without affecting other branches. Repos may have many branches for different possible changes being tested or considered, along with a default branch that serves as the source of truth. - **Fork** — a new repository that inherits from a parent “upstream” repo. It is used to suggest changes to an “upstream” public repo by someone who doesn’t have access to edit in the repo’s home org. - **Markdown (.md)** — a way to write content that converts plain text to formatted text. - **Commit Changes** — a saved record of a change made to a file within the repo. - **Pull Request (PR)** — a request for changes made to a branch to be pulled into another branch. Allows multiple users to see, discuss and review work being suggested. - **Merge** — after a pull request is approved, the commit will be pulled in (or merged) from one branch to another and then, deployed on the live site - **Issues** — allow users to report issues or bugs and track progress of assigning the fix for the issues. - [**Cloud.gov Pages (formerly Federalist)**](https://cloud.gov/pages/features/) — a platform that securely deploys a website from a GitHub repository in minutes, and lets users preview proposed and published changes. - **Projects** — allows you to use GitHub for project management and tracking a set of issues, either for a specific repo or an entire org - **Wiki** — a section of a repo made for hosting documentation. Documentation may be in the repo’s README files instead. Becoming fluent in GitHub terminology might seem intimidating at first, but the more team members engage with the platform, the easier it is to understand the ins and outs of GitHub. ## How do I use GitHub? #### Note This second tutorial and live demonstration covers a variety of Git-related concepts so that you can have confidence using GitHub in the future. You can also [download the slides that are found in this presentation (.pptx, 28.4 MB, 41 slides)](https://digital.gov/s3/files/m-files/07-25-2023-github-basics-final.pptx) . In the demonstrations on this page, both presenters show how files are changed and merged in GitHub. This can be done by any member on the team, developers and non-developers, that has access to a GitHub repository. The following is a step-by-step method in which GitHub users can develop their websites: - **Step 1** — Team members will open an issue via a project board. - **Step 2** — Team members will create a new branch from the most recent version of the main branch in the repository where the entire team works to avoid conflicts. - **Step 3** — Team members will add commits (edits or changes) to their respective branches. - **Step 4** — Team members will open a pull request in which users can assign other team members to review content changes and internally discuss the details of the commits. - **Step 5** — After waiting for the Federalist build to complete, team members can preview the change on a test version of the website and request reviewers to approve or comment on the change. Once the reviewers approve the pull request, the commits merge into the main branch and are published on the live site. ## What else do I need to know about GitHub? When starting a project using issues and project boards, write your content on external word processors or via Google Docs, and then, save these files to their respective project boards. These steps allow developers and content creators to have a master copy of the file(s), thus helping them track changes over the course of a project. In addition, developers should consider downloading [GitHub Desktop](https://desktop.github.com/). GitHub Desktop allows users to do everything that could be done on GitHub’s web interface, but locally on a user’s machine. GitHub is built to be a collaborative interface. By allowing multiple users to work on the same project simultaneously and requiring cross-team approval for pull requests, GitHub not only allows for, but encourages collaboration within design teams. This type of collaboration can help produce a higher level of quality control. ## Additional resources - [Intro to GitHub \| TTS Handbook](https://handbook.tts.gsa.gov/intro-to-github/) - a guide on how to use GitHub from understanding basic level terminology to understanding more complicated concepts. - [Simple Guide to GitHub for Non-Developers](https://unito.io/blog/guide-to-github-for-project-managers/) - a resource that explains the basics of GitHub language. - [Getting Started with GitHub Desktop](https://docs.github.com/en/desktop/overview/getting-started-with-github-desktop) - a guide to help GitHub Desktop users understand how to work from a local computer. - [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/) - is a tool to help users transcribe plain text language into GitHub code. Was this page helpful? ### Join a Community - [Join the Communicators](https://digital.gov/communities/communicators?promo "Visit the Communicators community page") - [Join the Contact Center](https://digital.gov/communities/contact-center?promo "Visit the Contact Center community page") - [Join the Multilingual](https://digital.gov/communities/multilingual?promo "Visit the Multilingual community page") - [Join the Plain Language](https://digital.gov/communities/plain-language?promo "Visit the Plain Language community page") - [Join the Social Media](https://digital.gov/communities/social-media?promo "Visit the Social Media community page") - [Join the User Experience](https://digital.gov/communities/user-experience?promo "Visit the User Experience community page") - [Join the Web Analytics](https://digital.gov/communities/web-analytics-and-optimization?promo "Visit the Web Analytics community page") - [Join the Web Managers](https://digital.gov/communities/web-content-managers?promo "Visit the Web Managers community page") [See all 8 communities](https://digital.gov/communities) [Return to top](https://digital.gov/resources/an-introduction-github) #### Learn - [Join communities](https://digital.gov/communities) - [Browse resources](https://digital.gov/resources) - [Explore guides](https://digital.gov/guides) - [Read blogs](https://digital.gov/news) #### Grow - [Contribute to Digital.gov](https://digital.gov/about/contribute) - [Submit a GitHub issue](https://github.com/GSA/digital-gov-drupal/issues) #### Connect - [About us](https://digital.gov/about) - [Contact us](https://digital.gov/about/contact) - [Site policies](https://digital.gov/policies) #### Social - [X (Formerly Twitter)](https://twitter.com/digital_gov) - [Facebook](https://www.facebook.com/digitalgov/) - [YouTube](https://youtube.com/@DigitalGov) - [LinkedIn](https://www.linkedin.com/company/digitalgov-gsa/) [![GSA logo](https://digital.gov/s3/files/2025-03/gsa-logo-w100.png)](https://www.gsa.gov/) Digital.gov An official website of the [U.S. General Services Administration](https://www.gsa.gov/) - [About GSA](http://www.gsa.gov/about) - [Accessibility statement](https://www.gsa.gov/website-information/accessibility-statement) - [FOIA requests](https://www.gsa.gov/reference/freedom-of-information-act-foia) - [No FEAR Act data](https://www.gsa.gov/reference/civil-rights-programs/the-no-fear-act) - [Office of the Inspector General](https://www.gsaig.gov/) - [Performance reports](https://www.gsa.gov/reference/reports/budget-performance) - [Privacy policy](https://www.gsa.gov/website-information/website-policies) Looking for U.S. government information and services? [Visit USA.gov](https://www.usa.gov/)
Readable Markdown
#### Note In this first training video, Content Strategy and Design Specialist for GSA’s [Technology Transformation Services (TTS)](https://tts.gsa.gov/), Malaika Carpenter, breaks down how to use GitHub into easy, practical steps and demonstrates ways to use this tool to create, manage and publish website content. ## What is GitHub? [GitHub](https://www.github.com/) is a web-based interface that uses [Git](https://www.git-scm.com/), the open source version control software that lets multiple people make separate changes to web pages at the same time. As Carpenter notes, because it allows for real-time collaboration, GitHub encourages teams to work together to build and edit their site content. ## How can GitHub help my team and me? GitHub allows multiple developers to work on a single project at the same time, reduces the risk of duplicative or conflicting work, and can help decrease production time. With GitHub, developers can build code, track changes, and innovate solutions to problems that might arise during the site development process simultaneously. Non-developers can also use it to create, edit, and update website content, which Carpenter demonstrates in her tutorial. ## How do I speak GitHub? There are some common terms teams will need to understand when using GitHub. They are: - **Git** — a tool that allows developers and others to use version control - **GitHub** — one of many web interfaces for using Git - **Organization (org)** — a grouping mechanism allowing teams to collaborate across many projects at once - **Repository (repo)** — a folder in which all files and their version histories are stored - **Branch** — a version of the repo that allows work without affecting other branches. Repos may have many branches for different possible changes being tested or considered, along with a default branch that serves as the source of truth. - **Fork** — a new repository that inherits from a parent “upstream” repo. It is used to suggest changes to an “upstream” public repo by someone who doesn’t have access to edit in the repo’s home org. - **Markdown (.md)** — a way to write content that converts plain text to formatted text. - **Commit Changes** — a saved record of a change made to a file within the repo. - **Pull Request (PR)** — a request for changes made to a branch to be pulled into another branch. Allows multiple users to see, discuss and review work being suggested. - **Merge** — after a pull request is approved, the commit will be pulled in (or merged) from one branch to another and then, deployed on the live site - **Issues** — allow users to report issues or bugs and track progress of assigning the fix for the issues. - [**Cloud.gov Pages (formerly Federalist)**](https://cloud.gov/pages/features/) — a platform that securely deploys a website from a GitHub repository in minutes, and lets users preview proposed and published changes. - **Projects** — allows you to use GitHub for project management and tracking a set of issues, either for a specific repo or an entire org - **Wiki** — a section of a repo made for hosting documentation. Documentation may be in the repo’s README files instead. Becoming fluent in GitHub terminology might seem intimidating at first, but the more team members engage with the platform, the easier it is to understand the ins and outs of GitHub. ## How do I use GitHub? #### Note This second tutorial and live demonstration covers a variety of Git-related concepts so that you can have confidence using GitHub in the future. You can also . In the demonstrations on this page, both presenters show how files are changed and merged in GitHub. This can be done by any member on the team, developers and non-developers, that has access to a GitHub repository. The following is a step-by-step method in which GitHub users can develop their websites: - **Step 1** — Team members will open an issue via a project board. - **Step 2** — Team members will create a new branch from the most recent version of the main branch in the repository where the entire team works to avoid conflicts. - **Step 3** — Team members will add commits (edits or changes) to their respective branches. - **Step 4** — Team members will open a pull request in which users can assign other team members to review content changes and internally discuss the details of the commits. - **Step 5** — After waiting for the Federalist build to complete, team members can preview the change on a test version of the website and request reviewers to approve or comment on the change. Once the reviewers approve the pull request, the commits merge into the main branch and are published on the live site. ## What else do I need to know about GitHub? When starting a project using issues and project boards, write your content on external word processors or via Google Docs, and then, save these files to their respective project boards. These steps allow developers and content creators to have a master copy of the file(s), thus helping them track changes over the course of a project. In addition, developers should consider downloading [GitHub Desktop](https://desktop.github.com/). GitHub Desktop allows users to do everything that could be done on GitHub’s web interface, but locally on a user’s machine. GitHub is built to be a collaborative interface. By allowing multiple users to work on the same project simultaneously and requiring cross-team approval for pull requests, GitHub not only allows for, but encourages collaboration within design teams. This type of collaboration can help produce a higher level of quality control. ## Additional resources - [Intro to GitHub \| TTS Handbook](https://handbook.tts.gsa.gov/intro-to-github/) - a guide on how to use GitHub from understanding basic level terminology to understanding more complicated concepts. - [Simple Guide to GitHub for Non-Developers](https://unito.io/blog/guide-to-github-for-project-managers/) - a resource that explains the basics of GitHub language. - [Getting Started with GitHub Desktop](https://docs.github.com/en/desktop/overview/getting-started-with-github-desktop) - a guide to help GitHub Desktop users understand how to work from a local computer. - [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/) - is a tool to help users transcribe plain text language into GitHub code.
Shard156 (laksa)
Root Hash3247271678681557956
Unparsed URLgov,digital!/resources/an-introduction-github s443