Deleting old branches is currently difficult. Need to implement a command line gui for picking branches to prune with.
Need to introduce pick as a dependency and use that to present the flow dag, then use the selected lines to decide which branches to prune and execute a batch cleanup operation.
No plans to support accidental prunes or do graceful cleanup (for example, nothing to protect against pruning a single parent branch and orphan'ing an entire subtree.)
Deleting old branches is currently difficult. Need to implement a command line gui for picking branches to prune with.
Need to introduce
pickas a dependency and use that to present the flow dag, then use the selected lines to decide which branches to prune and execute a batch cleanup operation.No plans to support accidental prunes or do graceful cleanup (for example, nothing to protect against pruning a single parent branch and orphan'ing an entire subtree.)