Review working history by git

Review working history by git

Instructor-svgAl-Mamun Sarkar
Apr 12 , 2020

Review working history by git. The following code shows how to show log of git and difference between two branches

 

Show history of git:

git log

 

Show difference between two branch:

git diff [first-branch]...[second-branch]

 

Show details of a commit:

git show [commit]

 

  • Share On:
  • fb
  • twitter
  • pinterest
  • instagram