Skip to content

Instantly share code, notes, and snippets.

@alienlebarge
Last active October 3, 2018 18:29
Show Gist options
  • Save alienlebarge/93af38555ea5a20eb8997dcf09dbe22a to your computer and use it in GitHub Desktop.
Save alienlebarge/93af38555ea5a20eb8997dcf09dbe22a to your computer and use it in GitHub Desktop.
# 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