You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create your gpg key pair if you don't have one.
1.1 gpg --full-gen-key
1.2 Select RSA.
1.3 Enter 4096 as key length.
1.4 Enter 0 for key to never expire.
1.5 Follow the rest of the instructions.
Install git secret. Follow instructions for your OS given here.
Import DevClub's public gpg key. The public gpg key can be found here. gpg --import <path to file containing public key>
Using git secret
4.1 Add .env to .gitignore
4.2 If git secret has not already been initialized, in the root directory of the repo, run git secret init
4.3 Add people who can see your (needs to be done only once for a repo) git secret tell <your email address> git secret tell devclub.iitd@gmail.com
4.4 Hide secrets(needs to be done every time the contents of .env are changed) git secret add .env git secret hide