Skip to content

Instantly share code, notes, and snippets.

@layerok
Last active February 21, 2025 15:20
Show Gist options
  • Save layerok/635366f35ac8ad511210e1f0757138c4 to your computer and use it in GitHub Desktop.
Save layerok/635366f35ac8ad511210e1f0757138c4 to your computer and use it in GitHub Desktop.
git config --global alias.mr 'push origin HEAD'
git config --global alias.undo 'reset --soft HEAD~1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment