added gprune --deep parameter to allow deletion of forge merge

This commit is contained in:
fatalerrors
2026-06-03 15:47:29 +02:00
parent 462efef034
commit bcc86814b5
2 changed files with 51 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ help()
printf "gacp\t\tAdd, commit and push changes (auto-pull if needed)\n"
printf "genpwd\t\tGenerate one or more random secure passwords with configurable constraints\n"
printf "ggraph\t\tDisplay decorated git history graph\n"
printf "gprune\t\tDelete local branches already merged into main branch\n"
printf "gprune\t\tDelete local branches already merged, or after remote deletion (MR / PR)\n"
printf "greset\t\tReset branch to upstream (stash local, drop local commits)\n"
printf "groot\t\tDisplay repository root path (or cd to it with -g)\n"
printf "gsync\t\tFetch and rebase current branch onto upstream\n"