zsh-users/antigen

Allow secure gpg verified cloning of modules via git signatures

Open

#302 aberto em 2 de nov. de 2016

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)Shell (282 forks)batch import
EnhancementHelp wanted

Métricas do repositório

Stars
 (7.876 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador