There was an error while loading. Please reload this page.
1 parent 27bc7bd commit 69cfb18Copy full SHA for 69cfb18
1 file changed
template/justfile
@@ -1,6 +1,10 @@
1
# ABOUTME: Recipes for managing git worktrees and GitHub repos.
2
# ABOUTME: Invoked via: uv run --from just-bin just <recipe>
3
4
+# List available recipes
5
+default:
6
+ @{{ just_executable() }} --list
7
+
8
# Create a new git worktree for a branch
9
wt-add branch base='main':
10
#!/bin/bash
0 commit comments