32 lines
574 B
INI
32 lines
574 B
INI
[color]
|
|
ui = auto
|
|
[alias]
|
|
co = checkout
|
|
st = status
|
|
di = diff -w --no-prefix
|
|
df = diff
|
|
dc = diff --cached
|
|
ci = commit
|
|
br = branch
|
|
lg = log -p --decorate=full --show-signature
|
|
lol = log --graph --decorate=full --pretty=oneline --abbrev-commit
|
|
lola = log --graph --decorate=full --pretty=oneline --abbrev-commit --all
|
|
ls = ls-files
|
|
|
|
# Show files ignored by git:
|
|
ign = ls-files -o -i --exclude-standard
|
|
meta-fs = !/opt/bin/git-meta-fs
|
|
|
|
[apply]
|
|
whitespace = nowarn
|
|
[push]
|
|
default = tracking
|
|
[rebase]
|
|
stat = yes
|
|
|
|
[format]
|
|
pretty = fuller
|
|
|
|
[fetch]
|
|
prune = yes
|