chore: initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[user]
|
||||
name = {{ .name }}
|
||||
email = {{ .email }}
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
editor = nvim -f
|
||||
[alias]
|
||||
acp = "! acp() { git add . && git commit -am \"$1\" && git push ; } ; acp"
|
||||
acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp"
|
||||
[gitbutler]
|
||||
aiModelProvider = openai
|
||||
Reference in New Issue
Block a user