git delete merged branches:用于删除合并的Git分支的命令行工具 源码
git删除合并的分支 方便的命令行工具可帮助您保持存储库的清洁。 安装 # pip install git-delete-merged-branches 例 # git-delete-merged-branches Do you want to run "git remote update --prune" for 1 remote(s): - origin Update? [y/N] y Do you want to run "git pull --ff-only" for 1 branches(s): - master Pull? [y/N] y You are about to delete 6 local branch(es): - improve-setup-py - issue-12-enable-ci-for-pull-requests - issue-5-fix-waste-of-one-second-per-service - keep-github-actions-up-to-date - refactoring-one - simp
用户评论