Introduction to Git Workshop demo repository.
Tasks
-
Fork this repository
-
Clone your fork of the repository to your local machine.
-
Add an
upstreamremote to this repository using thegit remote add ...command -
Add a new file in the
developers/directory. The filename should beYOUR_GITHUB_USERNAME.md -
Track the file using the
git addcommand -
Commit your changes using the
git commitcommand -
Push your changes to your fork (the
originremote) on GitHub -
Open a Pull Request to
rcos/Git-Workshopwith your additions -
Ask a mentor to review your PR - the workshop is complete once your changes have been merged.