Initial commit with a first start on my Ansible dotfiles
This commit is contained in:
17
templates/gitconfig.j2
Normal file
17
templates/gitconfig.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
# {{ansible_managed}}
|
||||
|
||||
[user]
|
||||
email=pierre@occitech.fr
|
||||
name=Pierre Martin
|
||||
[alias]
|
||||
co = checkout
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
interactive = auto
|
||||
ui = true
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
editor = vim
|
||||
filemode = false
|
||||
Reference in New Issue
Block a user