View on GitHub

docs

Programming team documentation project including Java, WPILIBj, git, GitHub, GitHub Desktop and GitHub org administration.

GitHub Account Setup

This tutorial will walk you through the steps of creating a GitHub Account

Account

  1. Create an account at GitHub (github.com/join) (and post your user name in the programming channel on Slack).

    It is recommended that you use your school email in order to get perks.

  2. You can now login with your GitHub credentials

Optional- Get the GitHub Student Developer Pack (free)

This requires the use of a student email account.

  1. Go to GitHub education (education.github.com).
  2. Click “Get Benefits”

Regarding GitHub Codespaces

This section does not require any action and is simply for extra information.

GitHub Codespaces is out of beta, which means that everyone should get access upon sign up for their GitHub account. GitHub Codespaces is a limited web browser version Microsoft Visual Studio Code. As VSCode is the preferred IDE for FRC, this tool will allow individuals that can’t install the software to have a very similar experience to those that do. Additionally, setup for all users can be done once by the repository admin, rather than a per individual basis. However, this does not allow for the full FRC experience, as it can only be used to write code.

Next

In order to interface with the remote git server, you need to do one of three things:

Note: This guide will assume that the you pick first option, to use GitHub Desktop, at least for initial setup (Instructions).

Instructions to setup GitHub Desktop.

Further Reading

Presentation Version

Official GitHub Docs - GitHub

Official GitHub Docs - GitHub - Account Setup and Settings

Official GitHub Docs - GitHub - Account Profile

Official GitHub Docs - GitHub - Account Security

Official GitHub Docs - GitHub - Account 2FA


Index


Updated 20210510T1700 PT