document "clean" command

This commit is contained in:
Benjamin Dauvergne 2022-01-29 08:09:21 +01:00
parent ba755c27dc
commit 6def9b43f3
1 changed files with 7 additions and 0 deletions

7
README
View File

@ -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]