-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git commit-tree


> Low level utility to create commit objects.

> See also: `git commit`.

More information.


Create a commit object with the specified message:

git commit-tree {tree} -m "{message}"

Create a commit object reading the message from a file (use `-` for stdin):

git commit-tree {tree} -F {path/to/file}

Create a GPG-signed commit object:

git commit-tree {tree} -m "{message}" --gpg-sign

Create a commit object with the specified parent commit object:

git commit-tree {tree} -m "{message}" -p {parent_commit_sha}


> 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 01:09:02 2024