Skip to content

Instantly share code, notes, and snippets.

@mwhitis
Last active June 13, 2018 17:12
Show Gist options
  • Save mwhitis/a116a3f0bec1ccc28d17e95cd275a59b to your computer and use it in GitHub Desktop.
Save mwhitis/a116a3f0bec1ccc28d17e95cd275a59b to your computer and use it in GitHub Desktop.
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
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