Created
October 12, 2020 13:39
-
-
Save for2ando/12ec2f1d4ea32dfa917805e8f42d712b to your computer and use it in GitHub Desktop.
Put it on ~/.gitconfig, so that you can use the pretty 'git tree' command ! (from https://qiita.com/hirotsugu_kawa/items/41afaafe477b877b5b73 )
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
[alias] | |
tree = log --graph --pretty=format:'%x09%C(auto) %h %Cgreen %ar %Creset%x09by"%C(cyan ul)%an%Creset" %x09%C(auto)%s %d' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment