Last active
June 13, 2018 17:12
-
-
Save mwhitis/a116a3f0bec1ccc28d17e95cd275a59b to your computer and use it in GitHub Desktop.
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 user.name "Michael Whitis" | |
| git config --global user.email "michael.whitis@ge.com" | |
| git config --global core.editor vim | |
| git config --global color.ui true | |
| git config --global autocrlf true | |
| git config --global credential.helper wincred |
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 user.name "Michael Whitis" | |
| git config --global user.email "michael.whitis@ge.com" | |
| git config --global core.editor vim | |
| git config --global color.ui true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment