Skip to content

Instantly share code, notes, and snippets.

@santosh
Last active October 9, 2015 06:27
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 santosh/3453824 to your computer and use it in GitHub Desktop.
Save santosh/3453824 to your computer and use it in GitHub Desktop.
My .gitconfig file
[core]
editor = vii # See : http://unix.stackexchange.com/a/45877/22240
whitespace = nowarn
pager = less
diff = vimdiff
excludesfile = ~/.gitignore_global
[user]
name = # Santosh Kumar
email = # {Email Here}
[github]
user = santosh
[color]
ui = true
diff = auto
status = auto
branch = auto
interactice = auto
[alias]
ch = checkout
st = status
cm = commit
br = branch
df = diff
[web]
browser = google-chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment