From ce38543956c0091b4140de0e3fd5badbd36bf4c6 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 2 Mar 2026 00:10:02 +0100 Subject: [PATCH] lkjdsalkjdsalkjda --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index 2a5aa3f..19406d5 100644 --- a/justfile +++ b/justfile @@ -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