Is there any way to see history of execution git fetch
(update from remote) command?
For example:
01 Jan fetched from sha: 01abcdf to sha: bdf412
I have regression in my code and I know time when this regression is not present.
My git graph is straight, so I thought, if will know my fetch history I can easily detect commit that brings this regression.