-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git update-ref


> Git command for creating, updating, and deleting Git refs.

More information.


Delete a ref, useful for soft resetting the first commit:

git update-ref -d {HEAD}

Update ref with a message:

git update-ref -m {message} {HEAD} {4e95e05}


> 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 22:23:54 2024