Skip to content

Instantly share code, notes, and snippets.

@kopepasah
Created October 3, 2012 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kopepasah/3827790 to your computer and use it in GitHub Desktop.
Save kopepasah/3827790 to your computer and use it in GitHub Desktop.
Make git log command look pretty.
function glog() {
git log --pretty=format:"«––––––––––––––––––––––––––––––––––––––––––––––––––»%n%m%m%m %cn - %ce%n%m%m%m %Cblue%s%Creset%n%m%m%m %Cred%t%Creset%Cgreen%d%Creset%n%m%m%m %cr - %cd"
}
git log --pretty=format:"«––––––––––––––––––––––––––––––––––––––––––––––––––»%n%m%m%m %cn - %ce%n%m%m%m %Cblue%s%Creset%n%m%m%m %Cred%t%Creset%Cgreen%d%Creset%n%m%m%m %cr - %cd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment