1

I have project which is committed in locally, now I want to see the changes made in the project with the modified code, I want output like as follows :

  commit 54576760f3437ta3s457999d3ef606
  Author: Rajesh
  Date:   Tue Nov 13 1:40:55 2012 +0100

   class myFile {
      ....
      //modified code should getdisplayed
   }

What is the command can i use for it ?

caiocpricci2
  • 7,714
  • 10
  • 56
  • 88
RajeshVijayakumar
  • 10,281
  • 11
  • 57
  • 84

1 Answers1

2

See this.

git show 54576760f3437ta3s457999d3ef606
Community
  • 1
  • 1
caiocpricci2
  • 7,714
  • 10
  • 56
  • 88