Skip to content

Instantly share code, notes, and snippets.

@cmlh
Created October 6, 2012 06:56
Show Gist options
  • Save cmlh/3844253 to your computer and use it in GitHub Desktop.
Save cmlh/3844253 to your computer and use it in GitHub Desktop.
git Configuration
#!/bin/sh
git config --global user.name "Christian Heinrich"
git config --global user.email christian.heinrich@cmlh.id.au
git config --global color.ui true
# OSX
git config --global core.autocrlf input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment