You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Carlos Hernandez 612191373c
fix shellcheck error
7 years ago
.Dockerfiles Fixing issues with docker 17.07 ce and systemd 7 years ago
.ci Add alpine to test matrix and fix tests 7 years ago
.ci-tests/integration/vars Fixes #108 7 years ago
.github Fixes #95 7 years ago
man Adds documentation update 7 years ago
src Fix SC1126 7 years ago
tests Add alpine to test matrix and fix tests 7 years ago
utils fix shellcheck error 7 years ago
.editorconfig fixes after makefile crash 9 years ago
.gitattributes fixes after makefile crash 9 years ago
.gitignore Updating ignore files 7 years ago
.kitchen.yml Fixing issues with docker 17.07 ce and systemd 7 years ago
.travis.yml Disabling osx tests 7 years ago
CHANGELOG.md Fixes 110 partly 7 years ago
CONTRIBUTING.md Fix contributing doc, fixes #111, fixes #108 7 years ago
Gemfile Add local ci tests. 7 years ago
LICENSE.md CONTRIBUTING.md added 8 years ago
Makefile add integration tests for alpine 7 years ago
README.md Fixes travis builds on macOS 7 years ago
git-secret.plugin.zsh Adds fixes to subdirectories bug. 8 years ago

README.md

git-secret

Build Status Homebrew Bintray deb Dockerhub

git-secret

What is git-secret?

git-secret is a bash tool to store your private data inside a git repo. Hows that? Basically, it just encrypts, using gpg, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key. Why deal with all this private-public keys stuff? Well, to make it easier for everyone to manage access rights. There are no passwords that change. When someone is out - just delete their public key, re-encrypt the files, and they wont be able to decrypt secrets anymore.

Preview

git-secret terminal preview

Installation

git-secret supports brew, just type: brew install git-secret

It also supports apt and yum. You can also use make if you want to.

See the installation section for the details.

Requirements

git-secret relies on several external packages:

  • bash since 3.2.57 (it is hard to tell the correct patch release)
  • git since 2.6
  • gpg since gnupg 1.4 to gnupg 2.0, versions 2.1 are not yet supported

Contributing

Do you want to help the project? Find an issue and send a PR. It is more than welcomed! See CONTRIBUTING.md on how to do that.

Security

If you found any security related issues, please do not enclose it in public. Send an email to security@wemake.services

Changelog

git-secret uses semver. See CHANGELOG.md.

License

MIT. See LICENSE.md for details.

Thanks

Special thanks to Elio Qoshi from ura for the awesome logo.