Skip to content

Instantly share code, notes, and snippets.

@github101
Created July 30, 2012 10:37
Show Gist options
  • Save github101/3206115 to your computer and use it in GitHub Desktop.
Save github101/3206115 to your computer and use it in GitHub Desktop.
Gitconfig
git config --global user.name github101
git config --global user.email "github101@gmail.com"
git config --global core.editor "subl -w"
git config --global github.user github101
git config --global core.autocrlf true
git config --global core.safecrlf true
git config --global core.pager less -r
git config --global color.ui true
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
git config --global color.interactive auto
git config --global merge.tool vimdiff
git config --global core.excludesfile ~/.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment