Skip to content

Instantly share code, notes, and snippets.

@Zeff
Created December 22, 2015 19:25
Show Gist options
  • Save Zeff/64af85c920cd7f42d471 to your computer and use it in GitHub Desktop.
Save Zeff/64af85c920cd7f42d471 to your computer and use it in GitHub Desktop.
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
ls = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short --graph
type = cat-file -t
dump = cat-file -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment