aboutsummaryrefslogblamecommitdiff
path: root/git/gitconfig.m4
blob: c25e0dda4dd2559adce855f773365bc9e23df438 (plain) (tree)




















                                                 
                    







                      


                             
[advice]
    statusHints = false

[alias]
    others = ls-files --others --exclude-standard

[color]
    ui = true

[diff]
    tool = vimdiff

[difftool]
    prompt = false

[grep]
    extendRegexp = true
    lineNumber = true

[log]
    date = local
    decorate = short

[push]
    default = matching

[status]
    short = true

[user]
    name = DOTFILES_NAME
    email = DOTFILES_EMAIL
    signingKey = DOTFILES_KEY