git-delete-merged-branches
git-delete-merged-branches copied to clipboard
:fire: Command-line tool to delete merged Git branches
I have an extra remote besides `origin` which has stale `develop`/`master` branches and generates the following message: ``` Remote is not up to date with 2 local branch(es): - develop...
When calling the tool via `git-delete-merged-branches --configure --effort=3 --dry-run --debug` I get the following error message after selecting completing the configuration steps: ``` Traceback (most recent call last): File "...\miniconda3\lib\site-packages\git_delete_merged_branches\_cli.py",...
When the remote repo has branches that are not in sync with the local one, the tool gives a very clear warning: ``` Remote 'cabbey' is not up to date...
Hello, I recently switched to use git-delete-merged-branches (from git-trim). I like the approach of git-dmb, in particular the safety net we get. In #52 the support of `--include-regex` was added....
On a first run (or later when using `--config`), the output of configuration text seems truncated on the first step: ```shell $ git-delete-merged-branches-3.10 Configure git-delete-merged-branches for repository 'notes': een merged...
On the step `[2/3] Which of these branches (if any) should be kept around at all times?` hitting the up and down arrow is very slow, giving a good 1s...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.4 to 6.0.5. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.5 ⚙️ Fixes an issue with proxy support for users that run self-hosted behind a...