/notebook/git/git-secret

Git Secret


make a new key for my_email@emailaddress.com

git secret init
echo "this is my secret" >> my_secret.txt
echo "my_secret.txt" >> .gitignore
#git secret tell <email address>
# for example,
git secret tell my_email@emailaddress.com
git secret add my_secret.txt
git secret hide
git add .gitignore .gitsecret/ my_secret.txt.secret 
git commit -m "test"
git push

when you clone to a new computer

load your keys

reveal your secrets

git secret reveal

External Resources

About

I am an engineer and educator, having spent ten years as a professor. My goal is to help you build your knowledge of design and technology, get your hardware working, and propel your startup or small business. Get in touch!