add(main): gitconfig
This commit is contained in:
parent
74cfb4ba62
commit
d048b0e676
1 changed files with 19 additions and 0 deletions
19
.gitconfig
Normal file
19
.gitconfig
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue