0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Git コミットの GPG 署名を既定で有効にする。

Last updated at Posted at 2019-02-28

git リポジトリにコミットするとき、署名を自動的に施す

git config commit.gpgsign true

すべてのリポジトリで、コミットするとき、署名を自動的に施す

git config --global commit.gpgsign true

嬉しいこと

注意

利用する Git クライアントによっては有効に動作しない場合あり。おもに、 git クライアント自体に git プログラムが組み込まれている時。

例:
- gitkraken (version 5 から GPG Sign に対応)
(……他は知らないので提案ください)

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?