We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c9f51 commit 4e64fd6Copy full SHA for 4e64fd6
copier.yaml
@@ -3,7 +3,7 @@ _subdirectory: template
3
# Post-copy commands:
4
_tasks:
5
# Only run these commands when copying the template
6
- - command: "git init"
+ - command: "git init -b main"
7
when: "{{ _copier_operation == 'copy' }}"
8
- command: "uv add --dev pre-commit commitizen ruff typos"
9
0 commit comments