About 82,800 results
Open links in new tab
  1. Hello World - GitHub Docs

    Introduction This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests. You'll create your own Hello World repository and learn GitHub's pull request …

  2. Get started with GitHub documentation - GitHub Docs

    Learn how to start building, shipping, and maintaining software with GitHub. Explore our products, sign up for an account, and connect with the world's largest development community.

  3. Getting started with Git - GitHub Docs

    For standard Git operations, we recommend GitHub Desktop, an app that lets you interact with Git visually instead of through written commands. In this section, we'll learn how to use GitHub …

  4. Getting code suggestions in your IDE with GitHub Copilot

    GitHub Copilot will automatically suggest a class body in grayed text. To accept the suggestion, press Tab. You can also describe something you want to do using natural language within a …

  5. About GitHub and Git

    There are plenty of Git-related actions that you can complete on GitHub directly in your browser, such as creating a Git repository, creating branches, and uploading and editing files.

  6. Getting started with prompts for GitHub Copilot Chat

    Some of the example prompts require you to be in a specific context on the GitHub website. For more information on how to access those contexts, see Asking Copilot Chat questions in …

  7. Configuring automatic code review by GitHub Copilot

    This article tells you how to set up Copilot code review to review pull requests automatically. For an overview of automatic pull request reviews, see About GitHub Copilot code review.

  8. Finding and understanding example code - GitHub Docs

    How can I learn from code on GitHub? Learning from projects on GitHub is a great way of learning new techniques and finding inspiration for your own projects. However, with millions of publicly …

  9. Quickstart for GitHub Copilot

    You can use Copilot to get answers to coding-related questions, such as how best to code something, how to fix a bug, or how someone else's code works. For full details of what …

  10. Reusing other people's code in your projects - GitHub Docs

    One of the best things about open source software is the ability to reuse other people's code. Repurposing code helps you save time, discover new functionality, and learn other …