Skip to content

Instantly share code, notes, and snippets.

@yixizhang
Created September 1, 2016 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yixizhang/f0c0a2e6f438d48871249e8c2d8cac23 to your computer and use it in GitHub Desktop.
Save yixizhang/f0c0a2e6f438d48871249e8c2d8cac23 to your computer and use it in GitHub Desktop.
git slog
# show commits since master to HEAD
git log --oneline --decorate master~..HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment