Skip to content

Commit a1d23d0

Browse files
fumiya-kumeclaude
andcommitted
Consolidate duplicate sections in .gitconfig.remote
Merge duplicate [user], [gpg], and [commit] sections into single instances and standardize indentation to use tabs consistently. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ac46fd2 commit a1d23d0

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

home/.gitconfig.remote

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[user]
22
email = fumiya.kume@hotmail.com
33
name = fumiya-kume
4+
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEie6vfBM91NAcbTYgpZSmPl5M0RR3XNpeRC5KYqnImY
45
[filter "lfs"]
56
smudge = git-lfs smudge -- %f
67
process = git-lfs filter-process
@@ -16,16 +17,9 @@
1617
[commit]
1718
gpgsign = true
1819
[gpg]
19-
[core]
20-
excludesfile = ~/.gitignore
21-
[gpg]
22-
format = ssh
23-
program = gpg
24-
[user]
25-
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEie6vfBM91NAcbTYgpZSmPl5M0RR3XNpeRC5KYqnImY
26-
20+
format = ssh
21+
program = gpg
2722
[gpg "ssh"]
28-
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
29-
30-
[commit]
31-
gpgsign = true
23+
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
24+
[core]
25+
excludesfile = ~/.gitignore

0 commit comments

Comments
 (0)