From: Oleg Broytman Date: Mon, 28 Jul 2014 07:21:21 +0000 (+0400) Subject: gpg --import public key from tag X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=20c740c776ea63ae0e666486cc54c7762caec168 gpg --import public key from tag --- diff --git a/add-pubkey/import-pubkey-from-tag b/add-pubkey/import-pubkey-from-tag new file mode 100755 index 0000000..b79ec05 --- /dev/null +++ b/add-pubkey/import-pubkey-from-tag @@ -0,0 +1,3 @@ +#! /bin/sh + +git show phd-public-key-B6287B03 | gpg --import