Scott Chacon
Scott Chacon
The 'log' subcommand and its CommandName variant were removed along with the module and handling in lib.rs because the project no longer supports or needs a separate 'but log' command....
Eventually it would be nice to have this available in the GUI too. - Create worktrees from a branch, open in VSCode - Run agents on a worktree - Swap...
Worktrees are currently hidden from the help output. We should advertise it.
Just do a simple `wt` alias.
The `but worktree list` command should be run when you type `but worktree`. If there are no worktrees, then inform the user how to create one. If there are worktrees,...
We should have a way to create a worktree for a project that is not necessarily based off an existing branch in the workspace. This would ``` ❯ but status...
I find the `but worktree` commands a little difficult to use. I think we can have a nicer UX without a ton of changes. This is the parent issue for...
output what actually happened: - integrated branches removed - conflicts introduced - commits integrated - rebased or merged `but base check` should show what _will_ happen, `but base update` should...
but push by itself: - if there is only one branch just pushes that - ask interactively if there is more than one
In `but rub`, if there is an ambiguity, prompt the user with the possible options interactively and allow them to specify which one they meant.