Skip to content

Instantly share code, notes, and snippets.

@mleko
Last active February 4, 2019 18:15
Show Gist options
  • Save mleko/3ead62c1c70e6c4f3faecd4c0706e70c to your computer and use it in GitHub Desktop.
Save mleko/3ead62c1c70e6c4f3faecd4c0706e70c to your computer and use it in GitHub Desktop.
Print commit tree
#!/bin/sh
git log --graph --all --pretty=oneline --decorate --abbrev-commit --shortstat
# git config --global alias.tree "log --graph --all --pretty=oneline --decorate--abbrev-commit --shortstat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment