this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 4 lines 279 B view raw
1worktree-path = "{{ repo_path }}/../{{ repo }}.wt.{{ branch | sanitize }}" 2 3[post-create] 4sethetter = "{% if primary_worktree_path %}[ -d {{ primary_worktree_path }}/.sethetter ] && ln -sf {{ primary_worktree_path }}/.sethetter {{ worktree_path }}/.sethetter || true{% endif %}"