How to Install git-secret in Ubuntu 18.04



Install git-secret by entering the following commands in the terminal:

sudo apt update
sudo apt install git-secret

Description:

store encrypted credential inside source code git repository

git-secret is designed to solve the problem where to store the credential file (e.g. password, token, ...) for a service. With git-secret, Encrypted credential can be stored along with source code in git repository.

Homepage: https://github.com/sobolevn/git-secret

Version: 0.2.3-1

Section: universe/vcs