Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Moving to git is great, moving to github can be terrible for some projects that are more collaborative, as if you want to change someones PR you cannot..


You can makes changes to a PR that you didn't open.

If you want to change the title, edit/delete comments, close the PR, assign a person or labels then you'll need the proper permissions.

If you want to make changes to the code you'll need to have push access to the same repo (which is usually the case if you're on the same team because then you don't need to use forks). Otherwise you can always amend the commit(s) before merging them into master.


Better still you can fork the PR and open a PR to the PR :)


What if the repo is /me/myproject and you are trying to fork /contributor/myproject? What will your fork be named?


They're using Gerrit for code review, where you can modify patches submitted by other people.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: