Skip to content

Instantly share code, notes, and snippets.

@joshaber
Forked from lukehefson/uninstall-GHfM.sh
Last active August 29, 2015 14:08
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 joshaber/64b5aff87a174cfe85b8 to your computer and use it in GitHub Desktop.
Save joshaber/64b5aff87a174cfe85b8 to your computer and use it in GitHub Desktop.
#!/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