Created
January 24, 2020 19:19
-
-
Save CamilleMo/563d315109bd6b222cfb0a6a182cd6a1 to your computer and use it in GitHub Desktop.
How to display nice tree with Git
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
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