Go to file
2017-11-27 09:50:38 -07:00
.ci Adds 'after_deploy' travis hook 2017-03-27 21:14:25 +03:00
.ci-tests/integration Moving to latest ShellCheck on all platforms 2017-11-27 09:50:38 -07:00
.docker remove unnecessary dockerfile 2017-11-10 13:41:18 -07:00
.Dockerfiles add integration tests for alpine 2017-11-10 11:31:22 -07:00
.github Adds documentation update 2017-09-24 13:57:19 -06:00
man Adds documentation update 2017-09-24 13:57:19 -06:00
src Fix and Ignore ShellCheck (0.4.6) 2001,111 2017-11-27 09:50:38 -07:00
tests Fixing bug in test_usage 2017-09-25 12:47:39 -06:00
utils revert comment out when testing something 2017-11-10 14:51:33 -07:00
.editorconfig fixes after makefile crash 2016-02-21 16:26:17 +03:00
.gitattributes fixes after makefile crash 2016-02-21 16:26:17 +03:00
.gitignore Updating ignore files 2017-09-20 23:05:06 -06:00
.kitchen.yml add integration tests for alpine 2017-11-10 11:31:22 -07:00
.travis.yml add integration tests for alpine 2017-11-10 11:31:22 -07:00
CHANGELOG.md Version 0.2.2 release 2017-02-26 18:26:37 +03:00
CONTRIBUTING.md Add local ci tests. 2017-09-24 08:03:05 -06:00
Gemfile Add local ci tests. 2017-09-24 08:03:05 -06:00
git-secret.plugin.zsh Adds fixes to subdirectories bug. 2017-03-06 00:46:49 +03:00
LICENSE.md CONTRIBUTING.md added 2016-07-02 16:18:53 +03:00
Makefile add integration tests for alpine 2017-11-10 11:31:22 -07:00
README.md Fixes travis builds on macOS 2017-09-24 13:57:20 -06:00

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.