UNPKG

worktree-tool

Version:

A command-line tool for managing Git worktrees with integrated tmux/shell session management

51 lines (29 loc) 3.05 kB
## [1.2.1](https://github.com/apowers313/worktree-tool/compare/v1.2.0...v1.2.1) (2025-08-10) ### Bug Fixes * fix merge command, other issues from 20250810 code review ([7e2415b](https://github.com/apowers313/worktree-tool/commit/7e2415b20cf1c65ed4809f229120ffc487b228c6)) # [1.2.0](https://github.com/apowers313/worktree-tool/compare/v1.1.0...v1.2.0) (2025-08-10) ### Bug Fixes * find correct root directory during create. again ([a284ef7](https://github.com/apowers313/worktree-tool/commit/a284ef773238361b9d0fcb060eac1fe4db918783)) * fix -- bug in exec ([bca97ab](https://github.com/apowers313/worktree-tool/commit/bca97ab73229ab73a8539e1fe179e8077aeba201)) * fix status merge conflicts, other bugs ([7118c16](https://github.com/apowers313/worktree-tool/commit/7118c16bf5307ef7ee9c98fe2de6d593ba98d197)) * perform root worktree operations from correct directory ([a745046](https://github.com/apowers313/worktree-tool/commit/a74504674a56290643eb57aee3ce7a146a975b7c)) ### Features * add expanded exec command features ([cc76bd0](https://github.com/apowers313/worktree-tool/commit/cc76bd092dfce04b688f04389ec460722c7ac0d4)) * add expanded exec command with ports, refresh, autoRun ([8fc1a32](https://github.com/apowers313/worktree-tool/commit/8fc1a320910bfee471bace92eb83c6c11f9d3095)) * add expanded exec features, including --refresh, autoRun, and numPorts ([f74a07c](https://github.com/apowers313/worktree-tool/commit/f74a07c69cab0b8b3b16cfe2ffb13d75eef55407)) * add merge command ([a469c0f](https://github.com/apowers313/worktree-tool/commit/a469c0ffc309393f0c49caeeb0a4d734044a1e64)) * add remove command ([bb1b532](https://github.com/apowers313/worktree-tool/commit/bb1b532ea3d7710c8e91df0659ee4732f41994f5)) * add status command ([653702c](https://github.com/apowers313/worktree-tool/commit/653702c97f4a340a7183517e7a0fc19b8214bf1d)) * merge expanded exec command ([3867362](https://github.com/apowers313/worktree-tool/commit/3867362261a78c3b41f4825353fd32498e22218a)) * merge remove command ([2794911](https://github.com/apowers313/worktree-tool/commit/2794911475b2e0c5547330b4b54d61c6d081c0c6)) # [1.1.0](https://github.com/apowers313/worktree-tool/compare/v1.0.0...v1.1.0) (2025-08-06) ### Bug Fixes * tmux window management ([73ba5d6](https://github.com/apowers313/worktree-tool/commit/73ba5d62354e86bef37d9f4c46b7652840a9388d)) ### Features * add exec command ([fa0ea5f](https://github.com/apowers313/worktree-tool/commit/fa0ea5f6304295a169f4e6a558021a4a75ef6c11)) # 1.0.0 (2025-08-04) ### Features * add config, add project ([51b8d7f](https://github.com/apowers313/worktree-tool/commit/51b8d7f381c1df525969c6243a158f817ad46414)) * add create command ([36babd5](https://github.com/apowers313/worktree-tool/commit/36babd5e604f66172e5699b72b55b1d9537f0506)) * add init command ([d688434](https://github.com/apowers313/worktree-tool/commit/d6884343add512705fc4aa62662805c7e850acf5)) * improved help, add github actions ([486145d](https://github.com/apowers313/worktree-tool/commit/486145d251fcf36d78a623d442c4de54050e70ca))