Created
September 1, 2016 03:45
-
-
Save yixizhang/f0c0a2e6f438d48871249e8c2d8cac23 to your computer and use it in GitHub Desktop.
git slog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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