Skip to content

Instantly share code, notes, and snippets.

@mrkschan
Created February 1, 2013 09:19
Show Gist options
  • Save mrkschan/4690288 to your computer and use it in GitHub Desktop.
Save mrkschan/4690288 to your computer and use it in GitHub Desktop.
entire git graph from cli
#!/bin/bash
git log --graph --pretty="format:%C(yellow)%h%Cgreen%d%Creset %s %C(cyan) - %an, %Cred%ar%Creset"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment