Skip to content

Instantly share code, notes, and snippets.

@AhmedAbdulrahman
Created October 17, 2019 21:08
Show Gist options
  • Select an option

  • Save AhmedAbdulrahman/1f4e10ea5fa6ba6dfda3a617d719f5e3 to your computer and use it in GitHub Desktop.

Select an option

Save AhmedAbdulrahman/1f4e10ea5fa6ba6dfda3a617d719f5e3 to your computer and use it in GitHub Desktop.
My favorite Git log aliases ❤️
alias logf='git log --date-order --all --graph --format="%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ar%Creset %C(red bold)%d%Creset%s"'
alias logs='git log --date-order --all --graph --name-status --format="%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ar%Creset %C(red bold)%d%Creset%s"'
alias loga='git log --graph --decorate --pretty=oneline --abbrev-commit --all'
alias logd='git log --graph --decorate --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --date=relative --all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment