Skip to content

Instantly share code, notes, and snippets.

View deannariddlespur's full-sized avatar
:octocat:

DeAnna Lynn Riddlespur deannariddlespur

:octocat:
View GitHub Profile
@deannariddlespur
deannariddlespur / .gitconfig
Last active August 29, 2015 14:27
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