[user] name = pyuxiang signingkey = ... [commit] gpgsign = true [gpg] format = ssh [alias] # Personal adog = log --all --decorate --oneline --graph addw = -c interactive.diffFilter='git diff --color=always --word-diff' add -p diffw = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+' diff-staged = diff --cached # Common operations remove = reset --mixed HEAD uncommit = reset --soft HEAD~ recommit = commit --amend # Get lists of stuff branches = branch -a tags = tag -l --sort=v:refname stashes = stash list remotes = remote -v