VirtusLab / gpki

Git Public Key Infrastructure
1 stars 0 forks source link

Reenable `git pull` keys from repository #21

Open rifel123 opened 2 years ago

rifel123 commented 2 years ago

In method update of Git class. Since currently update method is called in each invocation of git-pki, hence, it would be wise to add check if there is need to perform git pull. We should be able to check if have given person in the keychain and if not, pull the key from repository.