If you want to list all the files currently being tracked under the branch master , you could use this command: git ls-tree -r master --name-only.
To list all the files currently being tracked under the branch master using: git ls- tree -r master --name-only. This command will list the files that ...
You can see that your new README file is untracked, because it's under the “ Untracked files” heading in your status output. Untracked basically means that Git ...
png (1.11 MB) Checking out files: 100% (81/81), done. There are four PNGs in this repository being tracked by ...
Skip untracked files matching pattern. Note that pattern is a shell wildcard pattern.
See EXCLUDE PATTERNS below for more information. -X
Tracked files are the ones that have been added and committed, and Git knows about. Tracked files can be unmodified, modified, or staged. All ...
If -v is specified twice, then also show the changes in the working tree that have
not yet been staged (i.e., like the output of git diff ). -u[
The git status command displays the state of the working directory and the staging area. It lets you see which changes have been staged, which haven't, and which ...
... check whether the file is excluded by .gitignore (or other input files to the exclude mechanism) and output the path if it is excluded. By default, tracked files are ...
git lfs ls-files and git lfs status not showing tracked files #4070