Skip to content

Instantly share code, notes, and snippets.

@layerok
Created September 21, 2024 23:50
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 'git push origin HEAD'
git config --global alias.undo 'git reset --soft HEAD~1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment