Skip to content

Instantly share code, notes, and snippets.

@garymcleanhall
Last active August 11, 2016 18:45
Show Gist options
  • Save garymcleanhall/93af1fec11f7932c882807053d0581d5 to your computer and use it in GitHub Desktop.
Save garymcleanhall/93af1fec11f7932c882807053d0581d5 to your computer and use it in GitHub Desktop.
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit master origin/master
up = pull --rebase
save = !git add -A && git commit -m 'SAVEPOINT'
wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment