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.
2021-01-17 21:26:06 +00:00

15 lines
288 B
Plaintext

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