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 410e783189 version 0.2.0 release 8 years ago
.github There was a bug with `sed` command, when trying to `remove` filename with slashes. 8 years ago
man Updated the missing manual for `git-secret-changes` 8 years ago
src version 0.2.0 prelease 8 years ago
tests Changed the way tests were handling `git-commit`. Since CI was failing. 8 years ago
utils changed post-commit hook to build mans only in master 8 years ago
.editorconfig fixes after makefile crash 8 years ago
.gitattributes fixes after makefile crash 8 years ago
.gitignore gitignore fixed 8 years ago
.travis.yml Added travis test for gpg and gpg2 8 years ago
CHANGELOG.md version 0.2.0 release 8 years ago
Makefile Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 8 years ago
README.md version 0.2.0 release 8 years ago
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 8 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 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