remove file from pr github code example
Example 1: remove file from pr github
git commit -m "Removed a modified file from pull request"
git push origin pull-request-branch
Example 2: remove file from pr github
git checkout origin/master -- src/main/java/HelloWorld.java
Example 3: remove file from pr github
$ git checkout pull-request-branch