gitconfig

This commit is contained in:
Debucquoy Anthony 2023-12-14 21:19:31 +01:00
parent 4c27a8e3f1
commit f306afddb8
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

15
git/.gitconfig Normal file
View File

@ -0,0 +1,15 @@
[user]
email = debucquoy.anthony@gmail.com
name = Anthony Debucquoy
signingkey = 3D06B2E67463D272D769DF59A78D6421F083D42E
[init]
defaultBranch = master
[commit]
gpgsign = true
[core]
editor = vim
autocrlf = input
[merge]
tool = vimdiff
[alias]
gone = !git branch -v | awk '/gone/ { print $1 }'