From 9906181f61c906183c13ed8578d83bf16c8a9d96 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Thu, 15 Dec 2022 20:03:03 -0500 Subject: [PATCH] update(ubuntu): gitignore to fit wsl2 env --- .gitconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index 2d9a7ba..8459a61 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [user] name = juancwu email = 46619361+juancwu@users.noreply.github.com - signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPgpMo8j6HrZf3Xoe6ppX3BOZ7a7Xj4e8QzEnR7x5dm9 + signingkey = /home/jc/.ssh/id_ed25519.pub [init] defaultBranch = main @@ -12,8 +12,5 @@ [gpg] format = ssh -[gpg "ssh"] - program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" - [commit] gpgsign = true