logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-secret-remove - removes files from index.

Description

git-secret-remove - stops files from being tracked by git-secret.

       This  deletes  filenames from .gitsecret/paths/mapping.cfg, which stops these files from being tracked by
       git-secret, and from being encrypted to, or decrypted from, .secret encrypted versions.

       There´s also a -c option to delete existing encrypted versions of the files provided.

       Note unlike add, which automatically add pathnames to .gitignore, remove does not delete  pathnames  from
       .gitignore.

       (See  git-secret(7) https://git-secret.io/git-secret for information about renaming the .gitsecret folder
       using the SECRETS_DIR environment variable.

Manual

       Run mangit-secret-remove to see this document.

Name

git-secret-remove - removes files from index.

Options

       -c  - deletes existing real encrypted files.
       -h  - shows help.

See Also

git-secret-add(1)                https://git-secret.io/git-secret-add,                git-secret-clean(1)
       https://git-secret.io/git-secret-clean,                                        git-secret-removeperson(1)
       https://git-secret.io/git-secret-removeperson

sobolevn                                           April 2022                               GIT-SECRET-REMOVE(1)

Synopsis

       git secret remove [-c] <pathspec>...

See Also