[user] name = Thiago Dias email = tdtadeu@gmail.com [core] editor = vim -f [alias] df = diff st = status ci = commit cim = commit -m cia = commit --amend co = checkout com = checkout master cob = checkout -b br = branch lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative ctags = !.git/hooks/ctags pu = push -u origin HEAD puf = push -u origin HEAD -f aa = add -A [color] branch = auto diff = auto grep = auto interactive = auto status = auto ui = 1 [branch] autosetuprebase = always [github] user = tdtadeu [credential] helper = osxkeychain