Skip to content

Instantly share code, notes, and snippets.

@deannariddlespur
Last active August 29, 2015 14:27
Show Gist options
  • Save deannariddlespur/9ea853a8b1a23a9aa5e2 to your computer and use it in GitHub Desktop.
Save deannariddlespur/9ea853a8b1a23a9aa5e2 to your computer and use it in GitHub Desktop.
Personal gitconfig file
[user]
name = Roberto Aguilar
email = raguilar@dojogeek.io
[color]
ui = true
[alias]
co = checkout
cm = commit
history = log --graph --oneline --decorate
st = status
unstage = reset HEAD --
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment