Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 272 Bytes

deleting-your-credentials-via-the-command-line.md

File metadata and controls

12 lines (9 loc) · 272 Bytes

Deleting your credentials via the command line

git credential-osxkeychain erase
host=github.com
protocol=https

Tip: the command erase will wait for you to press enter twice after type the host and protocol lines

Source