Git Workshop 1
Level 3: Sending Pull Requests
Step 0: Log in to your GitHub account
Step 1: Go to the Repository[aka Repo]
Visit https://github.com/neotechclub/git-playground
Step 2: Fork the Repository
Change repository name if you’d like. We suggest leaving it as-is!
Add Description to the fork [Optional]
Click the button to make the fork of the repository!
Step 3: Making the change
Notice that the repo you copied is now “forked” in your name? This can be used as a personal copy of the repo including all the changes.
Making Changes to the PARTICIPANTS.md
Click The Pen Icon To Edit The File
Commiting The Changes made.
This is also used to submit a “Pull Request”! It can also be called a “Merge Request” or a “PR”. Click on the pencil icon to edit the document.
Instructions: Add some text. Something simple with your name like “
was here!” is recommended!
Add commit data like title and maybe description(optional, but recommended!)
\
Remember to finish by committing your changes!
Step 4: Submit your change as a Pull Request!
Head back over to the main repository at https://codeberg.org/neotechclub/git-playground and go to pull requests page
Create a new pull request and select your repository
Review your pull request message.
Ensure you do this in a professional way because this is the first thing most people see when they come across your PR!
Engage in further discussion if you’d like