Commit Graph

2 Commits

Author SHA1 Message Date
Georgi Gerganov 22b48a947b cont : no need to try to delete the branch 2026-04-29 14:34:28 +03:00
Georgi Gerganov b340e80667 scripts : add wc2wt.sh - create worktree from current HEAD
Add a script to create a git worktree on a new branch from the current
HEAD. Similar to pr2wt.sh but for local development branches instead of
PRs.

Usage:
  ./scripts/wc2wt.sh gg/new-feature
  ./scripts/wc2wt.sh gg/new-feature "bash -l"

Assisted-by: llama.cpp:local pi
2026-04-29 14:02:46 +03:00