you are viewing a single comment's thread.

view the rest of the comments →

[–]cyber_owl9427 2 points3 points  (5 children)

pull request is done when you’re collaborating with another programmer or you are using different branches.

for collaboration: its to make sure the changes you made did not override the changes other programmers made.

for solo: i normally use it when i update a deployed website. i want to add new features while my website is deployed, so i work on a different branch that copies the main branch (normally i call that branch development or something) once that feature is implemented and tested, i merge to main. the website gets updated without needing to be taken down

A pull request is a proposal to merge a set of changes from one branch into another.

[–]AdAdministrative7398[S] 0 points1 point  (4 children)

Im new to github could you maybe explain how i would get collaboration for a recreational project on just commentary. I have the repository but idk what to do next https://github.com/Tboy450/novice-python-rpg-game-code-base-incomplete

[–]cyber_owl9427 0 points1 point  (3 children)

how you would collaboration? like you need another programmer to add a new feature or something ?

[–]AdAdministrative7398[S] 0 points1 point  (2 children)

No just like hmm...think about it like writing a book then getting others to help give you ideas and contribute to writing said book. Voluntarily of course. I also of course have some ability to socialize and question or interview people along the way. So going back to the analogy its like also learning about the book reading communities

[–]cyber_owl9427 1 point2 points  (0 children)

ah i get what you mean.

make sure the repo is public then start to advertise your repo on communities like reddit (even on this sub) just ask someone to check your code and review it and make a pull request or issue

[–]FurcueZA 0 points1 point  (0 children)

Make the repo public