From 6def9b43f3d3d0b22fc074c8b6b5e58ddd405e64 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 29 Jan 2022 08:09:21 +0100 Subject: [PATCH] document "clean" command --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 8b906e9..0255f22 100644 --- a/README +++ b/README @@ -116,3 +116,10 @@ branch on target. git rebase merge-and-push +clean +----- + +Remove local and remote branch for issues closed more than 21 days ago. Use +--no-local to only clean local branches. + + git redmine clean [--local/--no-local]