lkjdsalkjdsalkjda

This commit is contained in:
2026-03-02 00:10:02 +01:00
parent 2d4d83ee8e
commit ce38543956

View File

@@ -782,6 +782,11 @@ remote-branch $remote_ref=`just _a_remote_branch origin | cut -d/ -f2-`:
# === worktrees ===
# TODO: onto release-xx.yy doesn't work
worktrees:
#!/usr/bin/env -S bash -euo pipefail
git -C master worktree prune
git -C master worktree list
# TODO: python-updates
checkout-commit-in-worktree $commit=`just _a_commit`:
#!/usr/bin/env -S bash -euo pipefail