This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit e1d3b56bfbb27b5dd3a0b56d961adc9885d9e579 Author: Lari Hotari <[email protected]> AuthorDate: Fri Apr 24 10:18:39 2026 +0300 Revisit history truncation --- tools/pytools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pytools/README.md b/tools/pytools/README.md index da27d4558f5..22792f6aa9e 100644 --- a/tools/pytools/README.md +++ b/tools/pytools/README.md @@ -142,7 +142,7 @@ This is how to clean the history of `asf-site-next` branch: ```shell git clone --depth 1 -b asf-site-next https://github.com/apache/pulsar-site pulsar-site-static cd pulsar-site-static -git checkout --orphan asf-site-next-reset +git checkout --orphan asf-site-next-truncated git add -A git commit -m "History truncated" git push -f origin HEAD:asf-site-next
