Skip to content

Instantly share code, notes, and snippets.

@for2ando
Created October 12, 2020 13:39
Show Gist options
  • Save for2ando/12ec2f1d4ea32dfa917805e8f42d712b to your computer and use it in GitHub Desktop.
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 )
[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