Last active
October 3, 2018 18:29
-
-
Save alienlebarge/93af38555ea5a20eb8997dcf09dbe22a to your computer and use it in GitHub Desktop.
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
# View abbreviated SHA, description, and history graph of the latest 20 commits | |
git log --pretty=oneline -n 20 --graph --abbrev-commit | |
# | |
git log --pretty=oneline --graph --abbrev-commit | |
# | |
git log --graph --abbrev-commit --decorate --date=relative --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment