zulhfreelancer
12/2/2016 - 4:11 AM

How to find the first commit in a Git branch?

How to find the first commit in a Git branch?

$ git log <source_branch>..<feature_branch> --oneline | tail -1

Reference