You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

472 B

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
git push toptal master