Say I have a repo with multiple banches.
Is it possible to get the repo snapshot of some particular date/time using usual git foo? (We currently have code dumps every day, and I am thinking of ways to remove that)
(Assuming no branches are permanently deleted, and the git commit history hasn't been played with)
Edit: Interim branch merges are possible.