Pushing a commit to branch of another user who has opened a pull request
问题 I have a repository on github. My repository is forked by another user. Now he has raised a pull request. I would like to push one commit from my end to his feature branch(for which he has raised a PR). Is this possible. Here is what I did git pull remote-ref-other-user feature-branch After doing this I am able to pull his commits. but when I do some change, add another commit and try to push it this way. git push remote-ref-other-user feature-branch I get this error error: src refspec