Question
get all commits of a branch already merged into parent branch
My git repo timeline looks something like this :
- After merging the feature-A branch into main branch [commit K], I want to log all the commits that are only part of feature-A branch [commits B, I and J].
- And adding in to the 1st point, what if I want to exclude the merge commits like commit I.
Also, why does dot operator give blank output when trying this command : git log main..feature-A
3 44
3