diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-22 14:14:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-22 14:14:47 +0900 |
| commit | 03c92fdde510564fea36b83c95aab451f6844255 (patch) | |
| tree | e45399198118dda26f14db3e5e90d83bafe2b4e2 | |
| parent | 982a5529d4c98b3304a5dc1e555139029f592d1a (diff) | |
modified git/config
| -rw-r--r-- | mac/.config/git/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/git/config b/mac/.config/git/config index 0324918..29c8585 100644 --- a/mac/.config/git/config +++ b/mac/.config/git/config @@ -10,6 +10,8 @@ branch = bold magenta changed = yellow untracked = blue +[commit] + gpgSign = false [credential] helper = cache helper = store @@ -84,5 +86,3 @@ name = TheSiahxyz email = 164138827+TheSiahxyz@users.noreply.github.com signingkey = 67BE7AD056C803BA -[commit] - gpgsign = true |
