-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git gc


> Optimise the local repository by cleaning unnecessary files.

More information.


Optimise the repository:

git gc

Aggressively optimise, takes more time:

git gc --aggressive

Do not prune loose objects (prunes by default):

git gc --no-prune

Suppress all output:

git gc --quiet

View full usage:

git gc --help


> 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 Tue May 21 03:51:25 2024