This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # gwt - interactive git worktree manager | |
| # | |
| # gwt interactive picker: enter=switch ctrl-a=add ctrl-d=remove | |
| # gwt add [br] add worktree for branch (prompts if omitted), cd into it | |
| # gwt rm pick a worktree to remove | |
| # gwt ls list worktrees | |
| # | |
| # New worktrees live at ~/worktrees/<repo>/<branch> | |
| _gwt_main_path() { |