Skip to content

Instantly share code, notes, and snippets.

@Zer0xFF
Last active October 24, 2018 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zer0xFF/75b7941e28534ade3177b538f02b5e00 to your computer and use it in GitHub Desktop.
Save Zer0xFF/75b7941e28534ade3177b538f02b5e00 to your computer and use it in GitHub Desktop.
git config --global user.name "Clang-Format"
git config --global user.email "Clang@format.it"
git config --global user.name "Mahmood - Zer0xFF"
git config --global user.email "5013823+Zer0xFF@users.noreply.github.com"
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