Published using Google Docs
Using the RPI github (Jun 2023)
Updated automatically every 5 minutes

Using the RPI github

June 2023

John Erickson erickj4@rpi.edu

You've been "voluntold" to use RPI's github for managing your source code; what to do next? This is a concise guide to on-boarding.

Assumptions:

Initializing Your RPI github Account:

Every user with a valid RCS ID can have an account on the RPI github, but the user's account must first be initialized. If you've never logged into http://github.rpi.edu go there now and simply log in with your RCS credentials.

Attempt the github Tutorial:

We strongly recommend users work through the following excellent "Hello World" tutorial before working with real project resources. Substitute the RPI github at http://github.rpi.edu for http://github.com

github "Hello World" tutorial:
https://docs.github.com/en/get-started/quickstart/hello-world

On github: Verifying Project Repository Access:

On your system: Cloning the Project Repository:

On your system: "Enter" your Local Repository and Creating a Working Branch

On your system: Adding, Committing, and Pushing Changes

On github: Pull Requests and Merges

On your system: Updating your local copy by "pulling" remote changes

References