Delete file from Pull Request on GitHub

后端 未结 7 1239
误落风尘
误落风尘 2021-02-06 23:00

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..

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 23:39

    If all you want to do is just remove(delete) the changeset of a file that is already a part of the pull request, currently you can't do that via the web UI. You have to update the file locally and do a git push to the PR.

提交回复
热议问题