Skip to content

Instantly share code, notes, and snippets.

@glavk
Last active January 30, 2021 19:00
Show Gist options
  • Select an option

  • Save glavk/681cd5b6258de00f02e85dfca2a244cf to your computer and use it in GitHub Desktop.

Select an option

Save glavk/681cd5b6258de00f02e85dfca2a244cf to your computer and use it in GitHub Desktop.
Git: show saved credentials

Show cached credentials:

echo -ne 'username=git\nprotocol=https\nhost=github.com\n' | git credential-cache get

Also look at: .git/config file

@glavk

glavk commented Jan 22, 2021

Copy link
Copy Markdown
Author

init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment