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 c568336 commit 5333eb0Copy full SHA for 5333eb0
justfile
@@ -59,7 +59,7 @@ test:
59
echo "Testing recopy command -----------"
60
rm .cz.toml
61
git add .
62
- git commit -m "test: recopying from the template"
+ git commit -m "test: preparing to recopy from the template"
63
uvx copier recopy \
64
--vcs-ref=$commit \
65
--defaults \
@@ -69,7 +69,7 @@ test:
69
echo "Using the template in an existing package command -----------"
70
rm .cz.toml .copier-answers.yml LICENSE-MIT.md
71
72
- git commit -m "test: copying onto an existing package"
+ git commit -m "test: preparing to copy onto an existing package"
73
uvx copier copy \
74
$template_dir $test_dir \
75
0 commit comments