Skip to content

Instantly share code, notes, and snippets.

@hqmatics
Created May 13, 2018 13:48
Show Gist options
  • Save hqmatics/e9f76ca1a7a9276975480f526e259184 to your computer and use it in GitHub Desktop.
Save hqmatics/e9f76ca1a7a9276975480f526e259184 to your computer and use it in GitHub Desktop.
Git log between branches
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative release/20180513..test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment