List all files changed in a pull request in Git/GitHub

前端 未结 6 1725
执念已碎
执念已碎 2020-12-29 04:58

Is there a way (from the command line) to list the names of all files changed in a PR in Git/GitHub? This would be used to find what tests need to be run in a Travis CI buil

6条回答
  •  失恋的感觉
    2020-12-29 05:24

    Google search sent me here though it is slightly different question.

    This question [details] has command-line. However, I needed the list of files, its ok if I can see in GUI

    Here a way to see list of files in GUI:

    1. open the pull request

    2. click on the [Files changed] tab

      Conversation 0 Commits 3 [Files changed] 8

    3. click on drop down after 'n files' in the below line of [Files changed]

      Changes from all commits v ... [8 files v] ... +638 −266

    (click on the v, drop down, after files in the above line)

提交回复
热议问题