Skip to content

Instantly share code, notes, and snippets.

@teabot
Last active December 11, 2015 15:19
Show Gist options
  • Save teabot/4620325 to your computer and use it in GitHub Desktop.
Save teabot/4620325 to your computer and use it in GitHub Desktop.
Git config
[user]
name = Elliot West
email = teabot@gmail.com
[color]
ui = true
[alias]
glog = log --graph --pretty=oneline --abbrev-commit --decorate --stat
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
ph = push
pl = pull
lsd = 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