Skip to content

Instantly share code, notes, and snippets.

@Bujhm
Forked from monsat/gist:1143625
Created May 8, 2026 05:41
Show Gist options
  • Select an option

  • Save Bujhm/ac3645230925f84d207f534b2cdc0412 to your computer and use it in GitHub Desktop.

Select an option

Save Bujhm/ac3645230925f84d207f534b2cdc0412 to your computer and use it in GitHub Desktop.
"git log-all" is command for viewing logs with branch tree
# via http://d.hatena.ne.jp/yukioc/20090920/1253413686
git config --global alias.log-all "log --graph --all --color --pretty='%x09%h %cn%x09%s %Cred%d%Creset'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment