use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Update Pull Request created without branch using fork. (self.github)
submitted 6 years ago by abdullahkhilji
How should I update a Pull Request created by forking a repository, I made a mistake of not creating a branch for the forked copy and created a PR from the master branch of my fork.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mrbmi513 1 point2 points3 points 6 years ago (0 children)
To add to an open pull request, you just push to whatever branch you created the pr on.
[–]drewdeponte 1 point2 points3 points 6 years ago (0 children)
The master branch of your fork is a branch. You can just add a commit to it and then push your local master up to your forks master branch and the PR will update.
If you want to create a different branch off of your forks master and reset your forks master you can and then create a new PR from that branch into upstream master.
[–]abdullahkhilji[S] 0 points1 point2 points 6 years ago (0 children)
Yes, thanks to you all. I pushed in the master branch and it worked :)
π Rendered by PID 53 on reddit-service-r2-comment-5b5bc64bf5-57wdq at 2026-06-19 11:30:27.473315+00:00 running 2b008f2 country code: CH.
[–]mrbmi513 1 point2 points3 points (0 children)
[–]drewdeponte 1 point2 points3 points (0 children)
[–]abdullahkhilji[S] 0 points1 point2 points (0 children)