TLDR
Enter a command. For example: zellij, dust, convert, json5, pre commit.

git ls-files

 
Show information about files in the index and the working tree. More information: https://git-scm.com/docs/git-ls-files.
 
  • Show deleted files:
     
    git ls-files --deleted
     
  • Show modified and deleted files:
     
    git ls-files --modified
     
  • Show ignored and untracked files:
     
    git ls-files --others
     
  • Show untracked files, not ignored:
     
    git ls-files --others --exclude-standard

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.