Skip to content

Instantly share code, notes, and snippets.

@nowri
Created April 7, 2015 12:40
Show Gist options
  • Select an option

  • Save nowri/c81238ad8dec7133e8bb to your computer and use it in GitHub Desktop.

Select an option

Save nowri/c81238ad8dec7133e8bb to your computer and use it in GitHub Desktop.
gitのグラフをグラフィカルに
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
git config --global alias.lga "log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
git config --global alias.graph "log --graph --date-order --all --pretty=format:'%h %Cred%d %Cgreen%ad %Cblue%cn %Creset%s' --date=short"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment