mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-06 15:20:36 +00:00
b5bdec9673
Now there's a separate function `_decrypt` which handles `gpg`-decryption. It is convinient, since both `changes` and `reveal` use it. Also I have updated manuals to match new features. Also new `brew` repo is now officialy supported. Added tests for the `changes` command.
30 lines
889 B
Markdown
30 lines
889 B
Markdown
# git-secret
|
|
|
|
[![Build Status](https://secure.travis-ci.org/sobolevn/git-secret.png?branch=master)](https://travis-ci.org/sobolevn/git-secret)
|
|
|
|
## Preview
|
|
|
|
[![git-secret terminal preview](https://asciinema.org/a/41811.png)](https://asciinema.org/a/41811?autoplay=1)
|
|
|
|
## Usage
|
|
|
|
See the [git-secret site](https://sobolevn.github.io/git-secret/).
|
|
|
|
## Installation
|
|
|
|
See the [installation section](https://sobolevn.github.io/git-secret/#installation).
|
|
|
|
## Status
|
|
|
|
This project is still under development. See [https://github.com/sobolevn/git-secret/milestones](milestones) for the refence.
|
|
|
|
## Testing
|
|
|
|
For testing this project uses [`bats`](https://github.com/sstephenson/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](CHANGELOG.md)
|