Initial commit; latest versions
This commit is contained in:
42
gitconfig
Normal file
42
gitconfig
Normal 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
|
Reference in New Issue
Block a user