-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

git secret


> Bash tool which stores private data inside a Git repository.

More information.


Initialize `git-secret` in a local repository:

git secret init

Grant access to the current Git user's email:

git secret tell -m

Grant access by email:

git secret tell {email}

Revoke access by email:

git secret killperson {email}

List emails with access to secrets:

git secret whoknows

Register a secret file:

git secret add {path/to/file}

Encrypt secrets:

git secret hide

Decrypt secret files:

git secret reveal


> 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 08:14:12 2024