Answers for "how do I add a commit to an existing 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 "how do I add a commit to an existing pull request"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language