Version Control
Matty
Git: Querying commits by date range in 1 minute
`git reflog --since production@{2021-01-01} production@{2021-03-30}`
Git Reference Logs in 1 minute
The git reference logs command allows us to refer to where the branch was pointing to. That enables us to rescue the commits that are alread…