Git & Your First Github Pull Request
Git is a popular revision control system that is used by many open source projects. We'll be using as part of our first 'Pull Request' :)
If you haven't already please make sure you have git correctly installed on your computer.
We will be cloning this Github repository, which creates this website. . You will be adding your name to the list with a link to the Webmaker Introduction you created earlier.
Steps
- Follow these steps to fork the repository.
- Clone the repository following these steps.
- Ensure everything is setup correctly.
- Follow the first step to add your name to the directory, but instead of creating a new profile page, simply link your name to the Introduction URL you created on Webmaker earlier in the course.
- Commit and Push.
- Create a First Pull Request!
Bonus Work
https://www.atlassian.com/git/tutorials/
Discussion
- How would you describe the experience of submitting your first pull request to others?
- Does this make you feel more empowered to contribute (code or writing) to a Github project?