Suppose I:
- Pushed some file to branch A.
- Cherry picked the commit from branch A to branch B.
Once I enter git log -1 on branch B, I can see that the date is the original one in which the file was pushed to branch A.
So how can I determine the cherry pick date?
Thanks,
Qwerty