This commit is contained in:
Joey Yakimowich-Payne 2023-02-27 11:14:37 -07:00
commit 49b73220c3
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 29 additions and 17 deletions

View file

@ -2,7 +2,7 @@
[user]
# Please adapt and uncomment the following lines:
name = Joey Yakimowich-Payne
email = jyapayne@gmail.com
email = jyapayne@pm.me
[core]
editor = nvim
autocrlf = input
@ -21,3 +21,5 @@
# (better for interactive use)
stat = !bash -c 'source $HOME/.bashrc && git diff --stat $(git merge-base HEAD \"$(git basebranch)\")'
review = !nvim -p $(git files) +\"tabdo Gdiff $(git basebranch)\" +\"let g:gitgutter_diff_base = '$(git basebranch)'\"
[commit]
gpgsign = true