[user] name = Tony Duckles email = tony@nynim.org [alias] browse = !hub browse w = !hub browse compare = !hub compare cb = !git-cut-branch sh = !git-sh grab = !github-grab thanks = !git-thanks track = !git-track root = rev-parse --show-toplevel ll = log -16 --pretty='format:%C(yellow)%h%Creset %s%C(green bold)%d%Creset %C(black bold)(by %an, %ar)%Creset' lll = log --pretty='format:%C(yellow)%h%Creset %s%C(green bold)%d%Creset %C(black bold)(by %an, %ar)%Creset' graph = log --all --graph --topo-order --pretty='format:%C(yellow)%h%Creset %s %C(black bold)(by %an)%Creset%C(green bold)%d%Creset%n' review = log -p --max-count=1 fp = format-patch --stdout ci = commit st = status br = branch co = checkout cv = !git-cv lg = log -p who = shortlog -s -- bd = !git-brdate bv = !git branch --color -v | cut -c1-100 incoming = !git-incoming in = !git-incoming outgoing = !git-outgoing out = !git-outgoing subtree = !git-subtree sup = !git-subup df = diff --patience di = diff --patience --cached [core] filemode = true logallrefupdates = true whitespace = space-before-tab, trailing-space excludesfile = ~/.gitignore_global [diff] renames = copies [sendemail] smtpserver = smtp.gmail.com smtpserverport = 587 smtpencryption = tls smtpuser = tony@nynim.org [color] ui = auto [color "diff"] meta = blue bold frag = magenta bold old = red bold new = green bold [color "branch"] current = yellow reverse local = yellow bold remote = green bold plain = red bold [color "status"] added = yellow changed = green bold untracked = blue bold