zsh-users/antigen

Allow secure gpg verified cloning of modules via git signatures

Open

#302 geöffnet am 2. Nov. 2016

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Shell (282 Forks)batch import
EnhancementHelp wanted

Repository-Metriken

Stars
 (7.876 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide