Skip to content

Instantly share code, notes, and snippets.

@pilgreen
Last active June 6, 2025 14:01
Show Gist options
  • Select an option

  • Save pilgreen/98a8a2e5ef3febe5c76b216e57d5909c to your computer and use it in GitHub Desktop.

Select an option

Save pilgreen/98a8a2e5ef3febe5c76b216e57d5909c to your computer and use it in GitHub Desktop.
`git lg` global config
git config --global alias.lg "log --color --graph --pretty=format:'%Cblue%h%Creset -%C(202)%d%Creset %s %Cgreen(%cr)' --abbrev-commit"
git config --global alias.lga "lg --exclude=gh-pages --branches"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment