]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
scripts : add wc2wt.sh - create worktree from current HEAD (#22513)
authorGeorgi Gerganov <redacted>
Thu, 30 Apr 2026 06:20:26 +0000 (09:20 +0300)
committerGitHub <redacted>
Thu, 30 Apr 2026 06:20:26 +0000 (09:20 +0300)
commit27aef3dd91e7cde049e7c242dbf6c8fe86574d01
treeec6865bc75759ae2e58664d8fdd755cf15572007
parent45155597aa23243c5f6d10064bd9bca3eaddee16
scripts : add wc2wt.sh - create worktree from current HEAD (#22513)

* 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
* cont : no need to try to delete the branch
scripts/wc2wt.sh [new file with mode: 0755]