/GitCodingChallenges

Git/GitHub workflow practice, familiarizing underclassmen students with collaboratively contributing to codebases.

Primary LanguageJava

Git/GitHub Workshop Series

Set-up Your Environment

  1. Fork this repository to your account
  2. Clone the forked repository with
$ git clone https://github.com/<YOUR_USERNAME>/GitCodingChallenges
  1. Open the cloned repository with
$ open GitCodingChallenges
  1. Verify your repository as the remote, which should return a link with your username in it
$ git remote -v