-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

git ls-files


> Show information about files in the index and the working tree.

More information.


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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:06:42 2024