GarfieldKlon
GarfieldKlon

Reputation: 12120

IDEA doesn't show all branches that could be merged

I'd like to merge with Intellij IDEA (11.1.3) via the menu 'VCS -> Git -> Merge Changes'. But the desired branch (mergeRequest15) is missing. But why? Is it because it seems that this branch bases on another branch (mergeRequest14)?

gitk --all shows:

gitk --all IDEA shows:

IDEA merge branches

Upvotes: 3

Views: 3415

Answers (1)

dunni
dunni

Reputation: 44525

This is because the branch mergeRequest15 was already merged to master (you can see that in the history). Thus there is no need to merge.

Upvotes: 5

Related Questions