This repository has been archived on 2026-06-22. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
lnbits-sensei/modules/dev-env/scripts
Padreug 25353f548d fix(dev-env): confirm before force-deleting an unmerged PR branch
git-pr-cleanup (prc) tried `branch -d` then fell back to `branch -D`
unconditionally, silently destroying an unmerged branch when prc was
run before the PR merged or against the wrong branch. Keep the safe
`-d` for the normal post-merge path, but prompt before forcing so
unmerged commits aren't lost without consent; decline keeps the branch.
2026-06-20 09:52:17 +02:00
..
git-hooks feat(dev-env): wire shared pre-commit secret scanner via core.hooksPath 2026-05-26 09:21:27 +02:00
bootstrap.sh feat(dev-env): backport matured dev-env implementation from /etc/nixos 2026-06-15 21:18:49 +02:00
deploy.sh feat(dev-env): backport matured dev-env implementation from /etc/nixos 2026-06-15 21:18:49 +02:00
nav.sh feat(dev-env): backport matured dev-env implementation from /etc/nixos 2026-06-15 21:18:49 +02:00
pr-helpers.sh fix(dev-env): confirm before force-deleting an unmerged PR branch 2026-06-20 09:52:17 +02:00
rebase.sh fix(dev-env): count deleted backups in the parent shell, not a subshell 2026-06-20 09:51:31 +02:00
regtest.sh feat(dev-env): backport matured dev-env implementation from /etc/nixos 2026-06-15 21:18:49 +02:00
status.sh feat(dev-env): backport matured dev-env implementation from /etc/nixos 2026-06-15 21:18:49 +02:00
tmux-launch.sh feat(dev-env): backport matured dev-env implementation from /etc/nixos 2026-06-15 21:18:49 +02:00
worktree.sh feat(dev-env): backport matured dev-env implementation from /etc/nixos 2026-06-15 21:18:49 +02:00