Skip to content

Instantly share code, notes, and snippets.

@CamilleMo
Created January 24, 2020 19:19
Show Gist options
  • Save CamilleMo/563d315109bd6b222cfb0a6a182cd6a1 to your computer and use it in GitHub Desktop.
Save CamilleMo/563d315109bd6b222cfb0a6a182cd6a1 to your computer and use it in GitHub Desktop.
How to display nice tree with Git
git config --global alias.tree 'log --graph --full-history --all --color --date=short --pretty=format:"%Cred%x09%h %Creset%ad%Cblue%d %Creset %s %C(bold)(%an)%Creset"'
Then:
git tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment