[user]
    name = LONGMAN
    email = akalongman@gmail.com
    IdentityFile = ~/.ssh/id_rsa
[push]
    default = simple
[apply]
    # Detect whitespace errors when applying a patch
    whitespace = fix
[credential]
    helper = cache -- timeout=3600
[color]
    ui = auto
[color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
[color "diff"]
    meta = yellow bold
    frag = magenta bold # line info
    old = red # deletions
    new = green # additions
[color "status"]
    added = yellow
    changed = green
    untracked = cyan
[help]
    # Automatically correct and execute mistyped commands
    autocorrect = 1
[merge]
    tool = meld
[mergetool]
    keepBackup = false
[alias]
    lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
    co = checkout
    ci = commit
    aa = add --all
    st = status
    di = diff
    dc = diff --cached
[core]
    excludesfile = ~/.gitignore
    filemode = false
