gitconfig: add tag.forceSignAnnotated
Summary: Config in macOS device. [man git](https://git-scm.com/docs/git-config#Documentation/git-config.txt-tagforceSignAnnotated) Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: test creating tags? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D63
This commit is contained in:
parent
0f5af9e513
commit
5cf35f9cbb
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (C) 2016 Yongmin Hong <https://revi.xyz>
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
[user]
|
[user]
|
||||||
name = Yongmin Hong
|
name = Yongmin Hong
|
||||||
email = revi@omglol.email
|
email = revi@omglol.email
|
||||||
|
@ -24,3 +26,5 @@
|
||||||
smtpserverport = 587
|
smtpserverport = 587
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
[tag]
|
||||||
|
forceSignAnnotated = true
|
||||||
|
|
Loading…
Reference in a new issue