Jan 4, 2015

Some useful git configurations

[set global]
git config --global ....
[set local repo]
git config ....

# Toggle file permission changes monitoring
core.fileMode false/true

# Toggle case-sensitive file name changes monitoring
core.ignorecase false/true






Others...
# Global ignore file
git config --global core.excludesfile ~/.gitignore_global

No comments:

Post a Comment