/Git-Workshop

Introduction to Git workshop demo repository.

MIT LicenseMIT

Git-Workshop

Introduction to Git Workshop demo repository.

Tasks

  • Fork this repository

  • Clone your fork of the repository to your local machine.

  • Add an upstream remote to this repository using the git remote add ... command

  • Add a new file in the developers/ directory. The filename should be YOUR_GITHUB_USERNAME.md

  • Track the file using the git add command

  • Commit your changes using the git commit command

  • Push your changes to your fork (the origin remote) on GitHub

  • Open a Pull Request to rcos/Git-Workshop with your additions

  • Ask a mentor to review your PR - the workshop is complete once your changes have been merged.