Is there a way to run git commands without using the default gitconfig?
For example, say I had setup a custom diff tool in my gitconfig. If I wanted to use the default git diff (which uses diff?), how would I do it?
Thanks!
|
Is there a way to run For example, say I had setup a custom diff tool in my gitconfig. If I wanted to use the default Thanks! | |||
|
feedback
|
|
Use the | |||
|
feedback
|
|
To ignore the system Git config (/etc/gitconfig), set the environment variable Example: These options are available since ab88c36 (allow suppressing of global and system config, 2008-02-06). The first release (candidate) that appears to know them is 1.5.5-rc0 ( | |||
|
feedback
|