zsh-users/antigen

Allow secure gpg verified cloning of modules via git signatures

Open

#302 建立於 2016年11月2日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)Shell (282 fork)batch import
EnhancementHelp wanted

倉庫指標

Star
 (7,876 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南