Added Git
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{{- if not .features.shell }}
|
||||
.config/fish
|
||||
{{- end }}
|
||||
{{- if not .features.git }}
|
||||
.config/git
|
||||
{{- end }}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[user]
|
||||
email = {{ .email }}
|
||||
name = {{ .git_name }}
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[merge]
|
||||
ff = true
|
||||
Reference in New Issue
Block a user