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 2bb14f0 commit 99e456aCopy full SHA for 99e456a
template/justfile.jinja
@@ -112,3 +112,11 @@ build-readme:
112
# Generate a Quarto include file with the contributors
113
build-contributors:
114
sh ./tools/get-contributors.sh {{ package_github_repo }}
115
+
116
+# Check for and apply updates from the template
117
+update-from-template:
118
+ uvx copier update --trust --defaults
119
120
+# Reset repo changes to match the template
121
+reset-from-template:
122
+ uvx copier recopy --trust --defaults
0 commit comments