Skip to content

Instantly share code, notes, and snippets.

@mplourde
Created October 1, 2014 20:58
Show Gist options
  • Save mplourde/f0308d5dea63a6951be0 to your computer and use it in GitHub Desktop.
Save mplourde/f0308d5dea63a6951be0 to your computer and use it in GitHub Desktop.
git setup
git config --global http.proxy http://webproxy.phila.gov:8080
git config --global user.name "Firstname Lastname"
git config --global user.email "[email protected]"
git config --global github.user mplourde
git config --global github.token 2332424your3232442
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment