Initial commit

This commit is contained in:
Némunaire 2012-11-22 01:08:53 +01:00
commit c7497d689a
31 changed files with 2149 additions and 0 deletions

21
.gitconfig Normal file
View file

@ -0,0 +1,21 @@
[color]
diff = auto
status = auto
branch = auto
[user]
name = Némunaire
email = nemunaire@pomail.fr
[alias]
a = add
c = commit -a
k = checkout
ci = commit
ca = commit --amend
co = checkout
st = status
br = branch
graph = log --graph --oneline --branches --all
[core]
editor = emacs -nw
excludesfile = ~/.gitignore
autocrlf = input