About 600 results
Open links in new tab
  1. About Git - GitHub Docs

    A version control system, or VCS, tracks the history of changes as people and teams collaborate on projects together. As developers make changes to the project, any earlier version of the project can …

  2. Getting started with Git - GitHub Docs

    If you aren't familiar with Git, it's a version control system that helps you keep track of changes to your code. You can save a snapshot of your project at a particular point in time, then make experimental …

  3. About GitHub and Git

    Git is a version control system that intelligently tracks changes in files. Git is particularly useful when you and a group of people are all making changes to the same files at the same time.

  4. Git basics - GitHub Docs

    Set up Git, a distributed version control system, to manage your GitHub repositories from your computer.

  5. Versioning documentation - GitHub Docs

    We provide versioned documentation for users of GitHub plans including GitHub Enterprise Cloud and GitHub Enterprise Server. If multiple versions of a page exist on the site, readers can choose the …

  6. Set up Git - GitHub Docs

    At the heart of GitHub is an open-source version control system (VCS) called Git. Git is responsible for everything GitHub-related that happens locally on your computer.

  7. About GitHub Importer

    GitHub Importer does not support repositories that use version control systems other than Git, such as Mercurial, Subversion, or Team Foundation Version Control (TFVC).

  8. Get started with GitHub documentation

    At the heart of GitHub is an open-source version control system (VCS) called Git. Git is responsible for everything GitHub-related that happens locally on your computer.

  9. GitHub Docs

    At the heart of GitHub is an open-source version control system (VCS) called Git. Git is responsible for everything GitHub-related that happens locally on your computer.

  10. Hello World - GitHub Docs

    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 workflow, a popular way to …