Usage
Learn how to use GitLocker
1. Encryption Initialization
gitl init -p your_password Generating key... Done!
2. Encrypt files in git workspace
gitl encrypt your_folder Encrypt done!
3. Show Encryption status
gitl status R foo.txt R bar.txt
4. Export the encryption key
gitl exportkey keypath Done!
For more details, please refer to the handbook.