Initial commit

This commit is contained in:
mokou 2020-04-16 20:57:15 +02:00
commit cd2608926c
9 changed files with 1105 additions and 0 deletions

11
dot_gitconfig Normal file
View file

@ -0,0 +1,11 @@
[user]
name = mokou
email = mokou@posteo.de
[core]
editor = vim
[push]
default = simple
[pull]
rebase = true
[rebase]
autoStash = true