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.
In method
update
ofGit
class. Since currentlyupdate
method is called in each invocation ofgit-pki
, hence, it would be wise to add check if there is need to performgit pull
. We should be able to check if have given person in the keychain and if not, pull the key from repository.