zsh-users/antigen
Allow secure gpg verified cloning of modules via git signatures
オープン
#302 opened on 2016/11/02
EnhancementHelp wanted
Repository metrics
- Stars
- (7,876 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Git supports signatures (see https://github.com/zsh-users/antigen/issues/301) and these can be used to make downloading of git repos more secure.
You can verify signatures directly in git pulls: git pull --verify-signatures
Or you can use git verify-commit HEAD to verify the latest commit.