Skip to content

Instantly share code, notes, and snippets.

@StefanoLusardi
Created April 10, 2023 19:27
Show Gist options
  • Select an option

  • Save StefanoLusardi/084ace421c6e20c20caf264e4380c807 to your computer and use it in GitHub Desktop.

Select an option

Save StefanoLusardi/084ace421c6e20c20caf264e4380c807 to your computer and use it in GitHub Desktop.
git config username / mail
# For global git settings:
git config --global user.name "YOUR_NAME"
git config --global user.email "YOUR_EMAIL"
# For a single repo only:
git config --local user.name "YOUR_NAME"
git config --local user.email "YOUR_EMAIL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment