Created
April 26, 2020 14:33
-
-
Save yaneshtyagi/02ca466e18f7df9a7e35fb65eb055151 to your computer and use it in GitHub Desktop.
git credentials management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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