Skip to content

leka/test_git_crypt

Repository files navigation

git-crypt - Test

About

This repository contains a test for using git-crypt at Leka.

The idea is to be able to store encrypted important files in a public repository.

Important files include:

  • API keys
  • certificates
  • configs
  • etc.

How to use

  1. Install git-crypt on your Mac

    $ brew install git-crypt
    
  2. Clone the repository

    $ git clone https://github.com/leka/test_git_crypt
    
  3. Ask @ladislas to be added to the repository

  4. Unlock the repository

    $ git-crypt unlock
    

You can then see, use and edit the encrypted files. When you commit, files are automatically encrypted.

If needed, you can use git-crypt lock to re encrypt the files.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published