Skip to content

Instantly share code, notes, and snippets.

@princ3od
Created March 21, 2022 08:01
Show Gist options
  • Save princ3od/c2857e6995735ed8fe736e1c2f1714d9 to your computer and use it in GitHub Desktop.
Save princ3od/c2857e6995735ed8fe736e1c2f1714d9 to your computer and use it in GitHub Desktop.
Steps to setup git credential for project
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