Last active
October 24, 2018 14:00
-
-
Save Zer0xFF/75b7941e28534ade3177b538f02b5e00 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 user.name "Clang-Format" | |
git config --global user.email "[email protected]" | |
git config --global user.name "Mahmood - Zer0xFF" | |
git config --global user.email "[email protected]" | |
git config --global alias.undo-commit "reset --soft HEAD^" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment