Skip to content

Instantly share code, notes, and snippets.

@IsmiKin
Created June 26, 2019 14:08
Show Gist options
  • Save IsmiKin/508bf86c9a88d2c9fb017029a1953b63 to your computer and use it in GitHub Desktop.
Save IsmiKin/508bf86c9a88d2c9fb017029a1953b63 to your computer and use it in GitHub Desktop.
Diff two branches commits
colordiff -y <(git log --author=ismikin -n 5 --pretty=oneline) <(git log --author=ismikin -n 5 --pretty=oneline master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment