Skip to content

Instantly share code, notes, and snippets.

@zserghei
Created November 15, 2017 08:06
Show Gist options
  • Save zserghei/dbe62056be0df803e34a0db1eb81472f to your computer and use it in GitHub Desktop.
Save zserghei/dbe62056be0df803e34a0db1eb81472f to your computer and use it in GitHub Desktop.
Configuration of git
git config --global user.name "Xxx Xxx"
git config --global user.email "xxx@example.com"
git config --global credential.helper "cache --timeout=86400"
git config --global credential.helper wincred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment