Question: How would you delete unreachable objects older than a specified time from your project database?

  1. `git cache --obsolete
  2. `git branch --rebase
  3. `git delete --inert
  4. `git prune --expire

Answer: The correct answer of the above question is Option D:`git prune --expire