I’m usually working on a branch that is diverged from master. So while I’m developing things, I perform git merge master once in a while. And sometimes I wanna know when was the last time, I did git merge master on that branch. I know I can do git log and look for “Merge branch ‘master'”, and see the Date of the commit… but if there is a magic, I’d like to know!
I’m usually working on a branch that is diverged from master. So while I’m
Share
1 Answer