Question: How would you delete unreachable objects older than a specified time from your project database?
- `git cache --obsolete
- `git branch --rebase
- `git delete --inert
- `git prune --expire
Answer: The correct answer of the above question is Option D:`git prune --expire