-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git annex


> Manage files with Git, without checking their contents in.

> When a file is annexed, its content is moved into a key-value store, and a symlink is made that points to the content.

More information.


Help:

git annex help

Initialize a repo with Git annex:

git annex init

Add a file:

git annex add {path/to/file_or_directory}

Show the current status of a file or directory:

git annex status {path/to/file_or_directory}

Synchronize a local repository with a remote:

git annex {remote}

Get a file or directory:

git annex get {path/to/file_or_directory}


> 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 12:46:59 2024