Top "Git-config" questions

This command allows get and set repository or global options.

git config: list all variables and their default values

Similar to the MySQL show variables command that shows all variables and not just the ones defined in my.ini, …

git git-config
"simple" vs "current" push.default in git for decentralized workflow

Functionally speaking, in a decentralized workflow, I don't see the difference between simple and current options for push.default config …

git git-push git-config
Git: can I suppress listing of 'modified content'/dirty submodule entries in status, diff, etc?

Somewhen (around the 1.6.x releases, I think) git became aware of changes inside submodules. That only serves to annoy me: $ …

git git-submodules git-config
Corporate Github behind proxy: Received HTTP code 503 from proxy after CONNECT

I am trying to clone from a corporate git repo, but always receive this error message after a while: fatal: …

git github proxy git-config corporate
With Git, how do I turn off the "LF will be replaced by CRLF" warning

With Git, when using the autocrlf = true flag, a warning is still given when line-endings are changed. I understand what …

git line-endings git-config
GIT warning: too many files skipping inexact rename detection

Am aware that the the default rename limit is 100 and can increase this value using the config "diff.renamelimit config" …

git git-merge git-config
How to colorize git-status output?

I want to colorize git-status output so that: untracked files = magenta new files = green modified files = blue deleted files = red …

git git-config git-status
GIT Error:- expected committer email '' but found '[email protected]'

Git push is getting rejected with the following error message: expected committer email '' but found '[email protected]' I …

git commit git-commit git-config
Git configuration user.name doesn't work

I installed Git for Windows 7 today. I don't know much about Git yet and I'm following http://git-scm.com/book/…

git git-config
Git warning: unable to access 'P:\/.gitconfig': Invalid argument

I am just testing git. I ran the following command: git config user.email "[email protected]" I now get …

git git-config