git: config

This commit is contained in:
Felipe M 2021-01-12 10:49:47 +01:00
parent be8bff6395
commit bccffd9815
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 29 additions and 0 deletions

29
.gitconfig Normal file
View File

@ -0,0 +1,29 @@
[user]
name = Felipe M.
email = me@fmartingr.com
[commit]
gpgsign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
editor = nvim
askpass = /usr/bin/pinentry
[alias]
s = status
d = diff
co = checkout
br = branch
last = log -1 HEAD
cane = commit --amend --no-edit
lo = log --oneline -n 10
pr = pull --rebase
[diff]
noprefix = true