Skip to content

Instantly share code, notes, and snippets.

@adamjcooper
Created February 4, 2022 22:17
Show Gist options
  • Save adamjcooper/f16a9e9ad24602e9ebafac1cc3715c1b to your computer and use it in GitHub Desktop.
Save adamjcooper/f16a9e9ad24602e9ebafac1cc3715c1b to your computer and use it in GitHub Desktop.
Setup git slog (short log)
git config --global alias.slog 'log --pretty=oneline --abbrev-commit'
git slog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment