Tim Allen

Software Reverse Engineer

.gitconfig

[alias]
     llog = log --oneline --decorate --all --graph
[user]
    name = Tim Allen
    email = tallen@example.com
[color]
    ui = auto
[color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
[color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red bold
    new = green bold
[color "status"]
    added = yellow
    changed = green
    untracked = cyan
[core]
    autocrlf = input