Clone shirenn's configuration
This commit is contained in:
13
roles/cli-utils/templates/gitconfig.j2
Normal file
13
roles/cli-utils/templates/gitconfig.j2
Normal file
@ -0,0 +1,13 @@
|
||||
[user]
|
||||
email = {{ cliutils.git.email }}
|
||||
name = {{ cliutils.git.name }}
|
||||
signingkey = {{ cliutils.git.signingkey }}
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
autocrlf = input
|
||||
editor = vim
|
||||
[format]
|
||||
signoff = true
|
||||
[pull]
|
||||
ff = only
|
Reference in New Issue
Block a user