GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-SECRET-ADD(1) git-secret GIT-SECRET-ADD(1)

git-secret-add - starts to track added files.

git secret add [-i] <pathspec>...

git-secret-add adds a filepath(s) into .gitsecret/paths/mapping.cfg.

When adding files to encrypt, ensure that they are ignored by git by mentioning them in .gitignore, since they must be secure and not be committed into the remote repository unencrypted.

If there´s no users in the git-secret´s keyring, when adding a file, an exception will be raised.

Use the git secret add command to add filenames to this file.
It is not recommended to add filenames directly into .gitsecret/paths/mapping.cfg.

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

-i  - adds given files to `.gitignore` if they´re not there already
-h  - shows this help.

Run man git-secret-add to see this note.

git-secret-init(1) http://git-secret.io/git-secret-init, git-secret-tell(1) http://git-secret.io/git-secret-tell, git-secret-hide(1) http://git-secret.io/git-secret-hide, git-secret-reveal(1) http://git-secret.io/git-secret-reveal
August 2018 sobolevn

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.