SAGARFIVE

Category: GIT

6.6 Git diff

1 Track the changes of two commits git diff <commit1-sha> <commit2-sha> 2 Track the changes of two branches  git diff <branch 1> < branch 2>

Read More »