From d048b0e67629b93a8b3a8fcc4110f7fc6c2f1cb7 Mon Sep 17 00:00:00 2001 From: juancwu Date: Thu, 15 Dec 2022 19:30:48 -0500 Subject: [PATCH] add(main): gitconfig --- .gitconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..4867fe3 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,19 @@ +[user] + name = Jc + email = 46619361+juancwu@users.noreply.github.com + signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPgpMo8j6HrZf3Xoe6ppX3BOZ7a7Xj4e8QzEnR7x5dm9 + +[init] + defaultBranch = main + +[pull] + rebase = true + +[gpg] + format = ssh + +[gpg "ssh"] + program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" + +[commit] + gpgsign = true