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
sobolevn a1cd887101
refactoring started, shellcheck is now supported
8 years ago
.ci This commit is pretty large. A lot of changes. 8 years ago
.docker This commit is pretty large. A lot of changes. 8 years ago
.github There was a bug with `sed` command, when trying to `remove` filename with slashes. 8 years ago
man Added `uninstall` target to the `Makefile`. 8 years ago
src refactoring started, shellcheck is now supported 8 years ago
tests refactoring started, shellcheck is now supported 8 years ago
utils Added `uninstall` target to the `Makefile`. 8 years ago
.editorconfig fixes after makefile crash 9 years ago
.gitattributes fixes after makefile crash 9 years ago
.gitignore This commit is pretty large. A lot of changes. 8 years ago
.travis.yml This commit is pretty large. A lot of changes. 8 years ago
CHANGELOG.md release v0.1.2 8 years ago
Makefile Added `uninstall` target to the `Makefile`. 8 years ago
README.md Added `git-secret-changes` and changed the way `decryption` worked. 8 years ago
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 9 years ago

README.md

git-secret

Build Status

Preview

git-secret terminal 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 refence.

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