I have a repo with a large number of commits and tags and I want to remove the history older than a certain tag so it that the repo size will be much smaller. How can I do that?
Previous questions do not identify with the objective of removing history older than a certain tag nor offer a concise solution.