Created
May 28, 2014 11:04
-
-
Save venkateshshukla/8855894362bf6b08ca71 to your computer and use it in GitHub Desktop.
My gitconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Heading | |
Body | |
Signed-off-by: Venkatesh Shukla <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Venkatesh Shukla | |
email = [email protected] | |
[core] | |
editor = vim | |
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
[color] | |
ui = auto | |
whitespace = red reverse | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = white | |
frag = blue bold | |
old = red | |
new = green | |
whitespace = red reverse | |
[color "status"] | |
added = green | |
changed = blue | |
untracked = red | |
[commit] | |
template = /home/venkatesh/.gitcommit_template | |
[merge] | |
tool = meld | |
[gui] | |
recentrepo = /home/venkatesh/Documents/subsurface | |
[push] | |
default = matching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment