|
|
@ -0,0 +1,17 @@ |
|
|
|
# Execution-notes |
|
|
|
|
|
|
|
### On Tue Jun 15 06:05:07 AM CEST 2021 |
|
|
|
``` |
|
|
|
git init |
|
|
|
git remote add origin git@gitea.localhost:michelc/toychain.git |
|
|
|
export ASKPASS='ssh-askpass' |
|
|
|
git-crypt export-key -- - | gpg --symmetric --armor --output local.key.asc |
|
|
|
gpg --decrypt local.key.asc | xxd |
|
|
|
git add .gitattributes |
|
|
|
git crypt status |
|
|
|
git crypt lock |
|
|
|
gpg --decrypt local.key.asc | git-crypt unlock - |
|
|
|
|
|
|
|
git remote add toptal git@git.toptal.com:screening/Michel-Combes |
|
|
|
|
|
|
|
``` |