Git Workshop 1
Level 3: Sending Pull Requests
Step 0: Log in to your codeberg account
Step 1: Go to the repo
Visit https://codeberg.org/neotechclub/git-playground
Step 2: Fork the Repository
Change repository name if you’d like. We suggest leaving it as-is!
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.
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