Last active
February 21, 2025 15:20
-
-
Save layerok/635366f35ac8ad511210e1f0757138c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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