How can I make git show a list of the files that are being tracked?

前端 未结 4 494
误落风尘
误落风尘 2020-12-04 04:12

Using command line git, how can I make git show a list of the files that are being tracked in the repository?

4条回答
  •  离开以前
    2020-12-04 04:54

    The files managed by git are shown by git ls-files. Check out its manual page.

提交回复
热议问题