38 lines
778 B
Plaintext
38 lines
778 B
Plaintext
[core]
|
|
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
|
editor = vim
|
|
[push]
|
|
default = current
|
|
[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
|
|
[alias]
|
|
br = branch
|
|
ci = commit
|
|
co = checkout
|
|
df = diff
|
|
dfc = diff --cached
|
|
lg = log --patch --find-renames --find-copies
|
|
lgs = log --stat --find-renames --find-copies
|
|
lol = log --graph --decorate --format=oneline --abbrev-commit
|
|
lola = log --graph --decorate --format=oneline --abbrev-commit --all
|
|
ls = ls-files
|
|
st = status
|
|
[user]
|
|
email = ianonavy@gmail.com
|
|
name = Ian Adam Naval
|
|
[merge]
|
|
tool = meld
|