Première grosse initialisation

This commit is contained in:
2019-10-03 23:28:01 +02:00
parent 534379a323
commit be3ea7d62c
34 changed files with 3729 additions and 0 deletions

14
.gitconfig Normal file
View File

@ -0,0 +1,14 @@
[user]
name = Olivier DOSSMANN
email = git@dossmann.net
[alias]
st = status
[color]
ui = true
[push]
default = matching
[core]
excludesfile = /home/od/.gitignore_global
quotePath = false
[commit]
template = /home/od/.gitmessage.txt