kieranpotts / dotfiles

A baseline, extensible UNIX user configuration.
MIT License
1 stars 0 forks source link

Other Git configs #202

Open kieranpotts opened 1 year ago

kieranpotts commented 1 year ago

Review these features:

[credential]
    helper = cache --timeout=600
[color]
    status = always
    interactive = always
    diff = auto
    branch = auto
    ui = auto
[apply]
    whitespace = nowarn
[core]
    editor = vim -X
    excludesfile = ~/.gitignore
    autocrlf = false
    preloadindex = true
    pager = less
[format]
    pretty=format:%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset