Skip to content

Instantly share code, notes, and snippets.

@jaybrueder
Created August 24, 2017 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaybrueder/d420adc7fb1d3df0173dc8270fd02c5f to your computer and use it in GitHub Desktop.
Save jaybrueder/d420adc7fb1d3df0173dc8270fd02c5f to your computer and use it in GitHub Desktop.
git-crypt
$ sudo apt-get install git-all libssl-dev
$ cd /tmp && wget https://github.com/AGWA/git-crypt/archive/0.5.0.zip
$ unzip 0.5.0.zip && cd git-crypt-0.5.0/
$ make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment