Skip to content

Instantly share code, notes, and snippets.

@scurker
Last active December 28, 2015 19:09
Show Gist options
  • Save scurker/7548651 to your computer and use it in GitHub Desktop.
Save scurker/7548651 to your computer and use it in GitHub Desktop.
Git Aliases
git config alias.undo-commit 'reset --soft HEAD^'
git config alias.ls "log --pretty=format:'%C(yellow)%h%Creset %s %C(cyan)(%cr)%Creset %Cgreen<%cn>%Creset'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment