Skip to content

Instantly share code, notes, and snippets.

@moniquelive
Created December 14, 2011 21:31
Show Gist options
  • Save moniquelive/1478644 to your computer and use it in GitHub Desktop.
Save moniquelive/1478644 to your computer and use it in GitHub Desktop.
.gitconfig [alias]'es
[alias]
br = branch
co = checkout
ci = commit
dc = diff --cached --color-words --minimal
s = status -sb
sh = show --color-words --minimal
st = status
pu = push
fe = fetch
d = diff --color-words --minimal
l = log --graph --decorate --pretty=oneline --abbrev-commit --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment