hgtesta (owner)

Revisions

gist: 212421 Download_button fork
public
Public Clone URL: git://gist.github.com/212421.git
Embed All Files: show embed
git log tip #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Try it:
 
git log --pretty=format:'%C(green)%h%C(reset) %an %C(yellow)%ar%C(reset) %C(magenta)%d %C(reset)%s'
 
Add to your ~/.gitconfig file:
 
[alias]
  lg = log --pretty=format:'%C(green)%h%C(reset) %an %C(yellow)%ar%C(reset) %C(magenta)%d %C(reset)%s'
 
Use it:
 
git lg
git lg --graph
git lg -10