Go to file
2016-07-10 14:40:24 +03:00
.ci CONTRIBUTING.md added 2016-07-02 16:18:53 +03:00
.docker added make distribution, updated travis and docker files 2016-07-02 12:32:07 +03:00
.github There was a bug with sed command, when trying to remove filename with slashes. 2016-05-22 00:05:55 +03:00
man Version 0.2.1 release 2016-07-10 14:40:24 +03:00
src Version 0.2.1 release 2016-07-10 14:40:24 +03:00
tests refactored all src folder 2016-06-30 22:32:42 +03:00
utils CONTRIBUTING.md added 2016-07-02 16:18:53 +03: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 refactored all src folder 2016-06-30 22:32:42 +03:00
.travis.yml CONTRIBUTING.md added 2016-07-02 16:18:53 +03:00
CHANGELOG.md Version 0.2.1 release 2016-07-10 14:40:24 +03:00
CONTRIBUTING.md This is a release commit. 2016-07-10 14:28:48 +03:00
git-secret.plugin.zsh refactored all src folder 2016-06-30 22:32:42 +03:00
LICENSE.md CONTRIBUTING.md added 2016-07-02 16:18:53 +03:00
Makefile fixes in finding functions, also test-make-ci added $PATH 2016-07-02 12:59:55 +03:00
README.md Version 0.2.1 release 2016-07-10 14:40:24 +03: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 his public key, re-encrypt the files, and he wont be able to decrypt secrets anymore.

Preview

git-secret terminal preview

Usage

See the git-secret site.

Installation

See the installation section.

Contributing

<<<<<<< HEAD This project is still under development. See https://github.com/sobolevn/git-secret/milestones for the reference.

See CONTRIBUTING.md.

develop

Changelog

See CHANGELOG.md.

License

MIT. See LICENSE.md for details.

Thanks

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