-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git status


> Show the changes to files in a Git repository.

> Lists changed, added and deleted files compared to the currently checked-out commit.

More information.


Show changed files which are not yet added for commit:

git status

Give output in [s]hort format:

git status -s

Don't show untracked files in the output:

git status --untracked-files=no

Show output in [s]hort format along with [b]ranch info:

git status -sb


> 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 Mon May 20 23:10:44 2024