Skip to content

Instantly share code, notes, and snippets.

@ptsurbeleu
Created November 2, 2015 19:23
Show Gist options
  • Save ptsurbeleu/509e00d145a5057aa3e8 to your computer and use it in GitHub Desktop.
Save ptsurbeleu/509e00d145a5057aa3e8 to your computer and use it in GitHub Desktop.
Git: Compute difference between DEV and FEATURE branches
git log --oneline dev ^^feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment