mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
.github | ||
man | ||
src | ||
tests | ||
utils | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
git-secret.plugin.zsh | ||
Makefile | ||
README.md |
git-secret
Preview
Usage
See the git-secret site.
Installation
See the installation section.
Status
This project is still under development. See https://github.com/sobolevn/git-secret/milestones for the reference.
Testing
For testing this project uses bats
. You can install it by running make install-test
.
To run tests call: make test
. It will download and install bats
into vendor/bats
if it's not installed yet.
Changelog
See CHANGELOG.md