I have make pull request on git (with "xcodeproj/project.pbxproj" file - my fault), so can I delete this file from created Pull Request? Thanks..
Removing files from a pull request Warning: as confirmed by RCM in the comments: It does delete the file. It DOES NOT mean it will remove your changes to the file.
Browse to the directory in your repository that you want to delete. In the top-right corner, click , then click Delete directory. Review the files you will delete. At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file.
In the list of pull requests, click the pull request that's associated with the branch that you want to delete. Near the bottom of the pull request, click Delete branch.
You probably will merge this pull request on master, so you can checkout just this specific file again, from master, on your branch, just type:
git checkout master -- xcodeproj/project.pbxproj git commit -m "removing a file from PR" git push origin {YOUR BRANCH}
Another solution would be to
This will update the pull request by only displaying your refreshed commit(s).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With