zsh-users/antigen

Allow secure gpg verified cloning of modules via git signatures

Open

#302 aperta il 2 nov 2016

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Shell (282 fork)batch import
EnhancementHelp wanted

Metriche repository

Star
 (7876 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor