chore: add current provisioning state before migration
This commit is contained in:
parent
a9703b4748
commit
50745b0f22
660 changed files with 88126 additions and 0 deletions
20
cluster/git/default/gitconfig
Normal file
20
cluster/git/default/gitconfig
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[user]
|
||||
name = DevAdm
|
||||
email = devadm@cloudnative.zone
|
||||
signingkey = /home/devadm/.ssh/id_cdci.pub
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
[core]
|
||||
quotepath = false
|
||||
[commit]
|
||||
template = /home/devadm/.stCommitMsg
|
||||
gpgsign = true
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[gpg]
|
||||
format = ssh
|
||||
Loading…
Add table
Add a link
Reference in a new issue