Hacker News new | ask | show | jobs
by legec 3002 days ago
Another useful option is '--first-parent'

One use case is : "when did branchA fork from master ?"

git log --graph --oneline --... --first-parent branchA master

1 comments

That's a good one... I'll probably add that tonight after work.