This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.

17 lines
310 B
Plaintext

[user]
email = jordan@vimium.com
name = Jordan Holt
signingkey = B8CFFF61F1CCF520
[rebase]
autosquash = true
[push]
default = current
[pull]
rebase = true
[alias]
amend = commit --amend
lg = log --color --graph --abbrev-commit --
ls = ls-files
unadd = reset HEAD
undo-commit = reset --soft "HEAD^"