Search code examples
eclipsegithistoryegit

Eclipse eGit : History view only shows local history, not remote history


I used to be able to see the actual commit history of a file, but now all I get is the local history:

enter image description here

What has changed?


Solution

  • Open Git Repositories view by clicking Windows > Show View > Git Repositories.

    Select your repository in this view. Right click on it then select Show In > History option.

    If you want to the history of a given file(Ex: server.js as shown in the image in question). Select/Locate this file in Package explorer/Navigator/Project Explorer view then right click on this file then select Team > Show in History option.