added git config

This commit is contained in:
Andrei Stoica 2016-12-15 17:14:47 -05:00
parent 1e51bdcf85
commit 8baabd2f75
1 changed files with 17 additions and 0 deletions

17
.gitconfig Normal file
View File

@ -0,0 +1,17 @@
[color]
ui = auto
[user]
email = andrei.stoica.365@gmail.com
name = Andrei Stoica
[alias]
a = add
s = status
c = commit
b = branch
co = checkout
d = diff
dc = diff -cached
lol = log --decorate --pretty=oneline --abbrev-commit
lg = log --pretty=format:'%C(auto) %h,%C(green) \"%s\"%Creset, %aN,%C(blue) %cD'