Created
October 1, 2014 20:58
-
-
Save mplourde/f0308d5dea63a6951be0 to your computer and use it in GitHub Desktop.
git setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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