Skip to content

Commit 4e64fd6

Browse files
refactor: edits from review
Co-authored-by: martonvago <57952344+martonvago@users.noreply.github.com>
1 parent 03c9f51 commit 4e64fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _subdirectory: template
33
# Post-copy commands:
44
_tasks:
55
# Only run these commands when copying the template
6-
- command: "git init"
6+
- command: "git init -b main"
77
when: "{{ _copier_operation == 'copy' }}"
88
- command: "uv add --dev pre-commit commitizen ruff typos"
99
when: "{{ _copier_operation == 'copy' }}"

0 commit comments

Comments
 (0)