Skip to content

Instantly share code, notes, and snippets.

@YurinDoctrine
Last active June 8, 2024 17:12
Show Gist options
  • Save YurinDoctrine/884b038e52cba7379cba1f72adeec388 to your computer and use it in GitHub Desktop.
Save YurinDoctrine/884b038e52cba7379cba1f72adeec388 to your computer and use it in GitHub Desktop.
  • git config --global user.name "Username"
  • git config --global user.email "Email"
  • git config --global credential.helper cache
  • git config --global credential.helper 'cache --timeout=3600'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment