Skip to content

Instantly share code, notes, and snippets.

View adedayojs's full-sized avatar
📖
The word is life

Adedayojs adedayojs

📖
The word is life
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