Skip to content

Instantly share code, notes, and snippets.

@smirn0v
Last active December 30, 2015 07:09
Show Gist options
  • Save smirn0v/7794504 to your computer and use it in GitHub Desktop.
Save smirn0v/7794504 to your computer and use it in GitHub Desktop.
Get feature branch commits
git co feature-branch
git log --oneline HEAD --not parent-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment