Skip to content

Instantly share code, notes, and snippets.

View chambaz's full-sized avatar

chambaz chambaz

View GitHub Profile
@EpocSquadron
EpocSquadron / .gitconfig
Created April 5, 2013 16:10
My global git config
[core]
# Don't track permissions other than standard modes.
filemode = false
# Don't ignore File -> file changes.
ignorecase = false
# Vim is better.
editor = vim
[color]
ui = true
[help]