1

I created a pull request on GitHub and, after receiving comments, I would like to add more commits to it, by modifying different files.

Is it possible to do it with a Web browser only, without access to the git command?

Also, consider that I am not the owner of the repository.

Note that the answers to the question github: Adding commits to existing pull request do not address my question, as they use git, or deal with changing a single file.

divenex
  • 15,176
  • 9
  • 55
  • 55
  • 1
    Select the branch that is the subject of the pull request, make edits on any files you need to, and make the new commit. – Derek Sep 08 '20 at 16:15
  • This is the general approach. My question is about the Web interface. Could you please elaborate, in a full answer, on which GitHub menu one should use? – divenex Sep 08 '20 at 16:28
  • As far as I know there's no way to batch many individual file changes into a single commit using the web interface, but you can squash them during the PR merge. – Derek Sep 08 '20 at 16:31
  • Thanks. Does this produce the same end result? And what GitHub menu does one has to click on the Web interface? Full details about the buttons to click at the beginner level in a proper answer would be useful. But if this cannot be done in the browser, you can state it in an answer. – divenex Sep 08 '20 at 16:39

0 Answers0