Skip to content

Instantly share code, notes, and snippets.

@wdjunaidi
Created January 25, 2012 22:49
Show Gist options
  • Save wdjunaidi/1679401 to your computer and use it in GitHub Desktop.
Save wdjunaidi/1679401 to your computer and use it in GitHub Desktop.
Simple git log that show all commit history
git log --pretty=format:'%h : %s' --graph --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment