Show Commit Differences Between Branches Git

[Solved] Show Commit Differences Between Branches Git | Typescript - Code Explorer | yomemimo.com
Question : show commit differences between branches git

Answered by : angry-alligator-kgrm82bi1nj6

git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative master..branch-X

Source : https://stackoverflow.com/questions/13965391/how-do-i-see-the-commit-differences-between-branches-in-git | Last Update : Wed, 17 Mar 21

Answers related to show commit differences between branches git

Code Explorer Popular Question For Typescript