Skip to content

Instantly share code, notes, and snippets.

@yaneshtyagi
Created April 26, 2020 14:33
Show Gist options
  • Select an option

  • Save yaneshtyagi/02ca466e18f7df9a7e35fb65eb055151 to your computer and use it in GitHub Desktop.

Select an option

Save yaneshtyagi/02ca466e18f7df9a7e35fb65eb055151 to your computer and use it in GitHub Desktop.
git credentials management
#run in the git woring folder
git credential-manager ininstall
git config list #shows the credential infotmation
#next when git need credentials, it will prompt you to enter. For public repos, it happens during push
#and on private repos, this happens during push and pull.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment