0

We can get the details of number of commits made in the local and the number of commit the local branch is behind in Eclipse in the Project Explorer/Package Explorer/GIT Repository View (with up and down arrows and numbers).

How do we get the information about the commits made in local branch which have to be pushed to the remote and the commits pushed to the remote by others which should be pulled?

Vamsi Ravi
  • 1,196
  • 8
  • 26
Franz Wong
  • 1,024
  • 1
  • 10
  • 32

2 Answers2

0

Goto Team -> Show in the History.

This view will give you all the details about the commits you have made and ahead of other. The commits other have made and pushed in which you are behind.

Vamsi Ravi
  • 1,196
  • 8
  • 26
0

I found that the question is duplicated (Determine number of commit ahead and behind using JGit) and I should search for "jgit" instead of "egit".

Sorry for that. Can moderator remove this question?

Community
  • 1
  • 1
Franz Wong
  • 1,024
  • 1
  • 10
  • 32