Skip to content

Instantly share code, notes, and snippets.

@fomnn
Forked from bas-ie/git-logout
Created August 6, 2024 13:31
Show Gist options
  • Select an option

  • Save fomnn/f4036c2de84f929e1c641d2c2767d0e3 to your computer and use it in GitHub Desktop.

Select an option

Save fomnn/f4036c2de84f929e1c641d2c2767d0e3 to your computer and use it in GitHub Desktop.
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment