Initial commit; latest versions

This commit is contained in:
Veit Heller
2014-06-12 12:57:33 +02:00
parent 28cdb9ad80
commit cb0ca0ceb2
4 changed files with 294 additions and 0 deletions

42
gitconfig Normal file
View File

@@ -0,0 +1,42 @@
[alias]
ca = commit -a
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[apply]
whitespace = fix
[color]
branch = auto
diff = auto
interactive = auto
ui = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[github]
user = hellerve
[merge]
log = true
[core]
excludesfile = /Users/sidharta/.gitignore
whitespace = space-before-tabmtrailing-space
autocrlf = input
[user]
name = Veit Heller
email = s0539501@htw-berlin.de