Last active
October 9, 2015 06:27
-
-
Save santosh/3453824 to your computer and use it in GitHub Desktop.
My .gitconfig file
This file contains hidden or 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
[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