4. Forking FTC Docs

One Time Only Codespaces Local

Note

This following assumes you have already created a GitHub account. If you have not, please create one

Forking a repository is a simple process. It creates a copy of the repository in your account, and you can make changes to it without affecting the original repository. You can also submit a pull request to the original repository to propose changes to the original repository. It also allows you to easily keep your forked repository up to date with the original repository.

4.1. Steps

  1. Go to the repository you want to fork. In this case, it is the FTC Docs repository.

FTC Docs Repository

The Official FTC Docs GitHub Repository

  1. Follow the steps shown below to fork the repository.

Forking the Repository

Click the “Create Fork” button to create a fork of the repository.

Forked Repository

Forked Repository

For more information on forking a repository, visit the GitHub Documentation.