~kris/dots

srice

srice/.config/git/gitconfig-prose -rw-r--r-- 287 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
7
8
9
[alias]
    wdiff = diff --word-diff=color
    wlog = log --oneline --all --graph
    last = diff HEAD~1 --word-diff=color
    snap = "!git commit -am \"snapshot $(date +%Y-%m-%d_%H:%M)\""
    drafts = branch --list 'draft-*'

[diff "markdown"]
    wordRegex = [a-zA-Z0-9]+|[^[:space:]]