bitwarden
This commit is contained in:
parent
40d8e0cc82
commit
250c83e113
2 changed files with 16 additions and 16 deletions
|
|
@ -8,18 +8,18 @@
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = williampi103@gmail.com
|
email = wball@ballcloud.cc
|
||||||
name = William Ball
|
name = William Ball
|
||||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMWWWTzqhrQMjtEjbhfc43RMRJABlxSDgn2FdTW6TlUu wball@perga
|
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDqxQBmgY16pac4XFA9e7+P2zfb+RdW2c9OXOAOm26mP
|
||||||
;
|
|
||||||
; [gpg]
|
[gpg]
|
||||||
; format = ssh
|
format = ssh
|
||||||
;
|
|
||||||
; [commit]
|
[commit]
|
||||||
; gpgSign = true
|
gpgSign = true
|
||||||
;
|
|
||||||
; [tag]
|
[tag]
|
||||||
; gpgSign = true
|
gpgSign = true
|
||||||
;
|
|
||||||
; [pull]
|
[pull]
|
||||||
; rebase = false
|
rebase = false
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Host fg
|
Host fg
|
||||||
User git
|
User git
|
||||||
Hostname forgejo.ballcloud.cc
|
Hostname forgejo.ballcloud.cc
|
||||||
IdentityFile ~/.ssh/perga
|
IdentityFile ~/.ssh/perga.pub
|
||||||
Port 222
|
Port 222
|
||||||
|
|
||||||
Host server
|
Host server
|
||||||
User wball
|
User wball
|
||||||
Hostname ballcloud.cc
|
Hostname ballcloud.cc
|
||||||
IdentityFile ~/.ssh/perga
|
IdentityFile ~/.ssh/perga.pub
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue