Skip to content

Instantly share code, notes, and snippets.

View taeksoo-shin's full-sized avatar
🥷
I want to be a programmer-shin.

Taeksoo Shin taeksoo-shin

🥷
I want to be a programmer-shin.
View GitHub Profile
#!/bin/bash
# Logout current GitHub credentials and remove global user.name, user.email
echo -e "host=github.com\nprotocol=https\n" | git credential-osxkeychain erase
git config --unset-all --global user.name
git config --unset-all --global user.email