Answers for "how to add commit to 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 to add commit to pull request"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language