Skip to content

Instantly share code, notes, and snippets.

@Zeff
Zeff / .gitconfig
Created December 22, 2015 19:25
git alias
[core]
autocrlf = input
safecrlf = true
editor = subl -w
[alias]
co = checkout
ci = commit
st = status
br = branch
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat