Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save weiyang-github/2bca4c65d8625878cdf14e7d5e130a6b to your computer and use it in GitHub Desktop.
Save weiyang-github/2bca4c65d8625878cdf14e7d5e130a6b to your computer and use it in GitHub Desktop.
git log graph --oneline with date and author and colored ref names as alias
git log --pretty=format:"%h %s %t" --graph --branches --remotes --tags --oneline --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment