Skip to content

Instantly share code, notes, and snippets.

@snow
Created August 25, 2012 16:50
Show Gist options
  • Save snow/3467812 to your computer and use it in GitHub Desktop.
Save snow/3467812 to your computer and use it in GitHub Desktop.
git alias
[alias]
co = checkout
s = status -s
c = commit
p = push -u
a = add
d = diff
l = log --color --pretty=format:'%C(yellow)%h%Creset -%Cred%d%Creset %s %C(bold blue)(%cn %cr)%Creset' --no-merges --stat
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment