Skip to content

Instantly share code, notes, and snippets.

@dianjuar
Created September 14, 2020 21:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dianjuar/49e6d64889fc1fea2693ee7dd9c61337 to your computer and use it in GitHub Desktop.
Save dianjuar/49e6d64889fc1fea2693ee7dd9c61337 to your computer and use it in GitHub Desktop.
See the commit differences between develop and master

To see the commit differences between develop and master

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

Useful to know what is going to be deployed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment