Created
March 21, 2022 08:01
-
-
Save princ3od/c2857e6995735ed8fe736e1c2f1714d9 to your computer and use it in GitHub Desktop.
Steps to setup git credential for project
This file contains 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
git config user.email "<your_project_email>" | |
git config user.name "<your_name>" | |
git config credential.username "<your_username>" | |
[optional] git config credential.helper store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment