Skip to content

Instantly share code, notes, and snippets.

@venkateshshukla
Created May 28, 2014 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venkateshshukla/8855894362bf6b08ca71 to your computer and use it in GitHub Desktop.
Save venkateshshukla/8855894362bf6b08ca71 to your computer and use it in GitHub Desktop.
My gitconfig
Heading
Body
Signed-off-by: Venkatesh Shukla <venkatesh.shukla.eee11@iitbhu.ac.in>
[user]
name = Venkatesh Shukla
email = venkatesh.shukla.eee11@iitbhu.ac.in
[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