-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git commit-graph


> Write and verify Git commit-graph files.

More information.


Write a commit-graph file for the packed commits in the repository's local `.git` directory:

git commit-graph write

Write a commit-graph file containing all reachable commits:

git show-ref --hash | git commit-graph write --stdin-commits

Write a commit-graph file containing all commits in the current commit-graph file along with those reachable from `HEAD`:

git rev-parse {HEAD} | git commit-graph write --stdin-commits --append


> 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 14:16:23 2024