initial commit

This commit is contained in:
2016-04-23 12:43:24 +02:00
commit ebac38eb13
9 changed files with 186 additions and 0 deletions

16
gitconfig Normal file
View File

@@ -0,0 +1,16 @@
[color]
diff = auto
branch = auto
interactive = auto
pager = true
showbranch = auto
status = auto
[alias]
a = add -p
st = status
ci = commit
co = checkout
[push]
default = simple
[core]
editor = /usr/bin/env vim