Answers for "how do i remove a commit from a pull request"

0

git remove current pull

git reset --hard HEAD@{1}
Posted by: Guest on August-28-2020

Code answers related to "how do i remove a commit from a pull request"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language