-
-
Save joshaber/64b5aff87a174cfe85b8 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
#!/bin/bash | |
echo "*** Removing saved user…" | |
rm -rf "${HOME}/Library/Application Support/GitHub for Mac/usersByServer.plist" | |
echo "*** Removing keychain items…" | |
security -q delete-internet-password -s github.com/mac | |
security -q delete-generic-password -l 'GitHub for Mac — github.com' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment