Reputation: 728
I have 3 local commits on my branch mainline which are ahead of the remote repo. How to get the hash value of the earliest local commit?
Example:
A <- HEAD(mainline) local
B
C
D <- origin/mainline synced with remote
How to get hash value of commit C?
Upvotes: 1
Views: 203