0

I wanted to see all lastly committed files of specific version ID. I'm using git repository and eclipse Kepler.

e.g. I have some.jspx file of version ID 'xyznumber', I wanted to see all the files who got committed with this same version ID.

knowledge flow
  • 193
  • 4
  • 16

1 Answers1

0

In Eclipse we can achieve the same by looking into 'Team > Show in History' on particular module. we can see our all committed changes of required version.

knowledge flow
  • 193
  • 4
  • 16