Skip to content

Instantly share code, notes, and snippets.

@Link-
Created April 29, 2020 09:32
Show Gist options
  • Save Link-/28364289741b047fa5cf1722aa36718f to your computer and use it in GitHub Desktop.
Save Link-/28364289741b047fa5cf1722aa36718f to your computer and use it in GitHub Desktop.
git useful aliases
alias.last=log -1 HEAD
alias.undo=reset --hard HEAD^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment