Skip to content

Instantly share code, notes, and snippets.

View mccrackend's full-sized avatar
🦊

Dan McCracken mccrackend

🦊
View GitHub Profile
@orderedlist
orderedlist / .gitconfig
Created June 23, 2015 17:54
Alases for .gitconfig
[alias]
unstage = reset HEAD --
undo = reset --soft HEAD~1
drop-old-stashes = reflog expire --expire=30.days refs/stash
up = pull --rebase --prune