All pastes #2076871 Raw Edit

nickp

public text v1 · immutable
#2076871 ·published 2011-06-08 18:26 UTC
rendered paste body
[alias]
    lc = log ORIG_HEAD.. --stat --no-merges
    changes=diff --name-status -r
    diffstat=diff --stat -r
    st = status
    ci = commit
    br = branch
    co = checkout
    df = diff
    #lg = log -p
    who = shortlog -s --
    lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative