gitconfig
This commit is contained in:
parent
4c27a8e3f1
commit
f306afddb8
15
git/.gitconfig
Normal file
15
git/.gitconfig
Normal 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 }'
|
Loading…
Reference in New Issue
Block a user