Answers for "does git automatically add changes to the same pull request?"

0

how do I add a commit to an existing pull request

$ git commit -m "These changes are in response to PR comments"
$ git push -f origin HEAD
Posted by: Guest on August-03-2021

Code answers related to "does git automatically add changes to the same pull request?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language