Answers for "delete file option in github for pr"

0

remove file from pr github

git commit -m "Removed a modified file from pull request"
git push origin pull-request-branch
Posted by: Guest on May-17-2021
0

remove file from pr github

$ git checkout pull-request-branch
Posted by: Guest on May-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language