Created
January 12, 2014 08:56
-
-
Save dgp/8382445 to your computer and use it in GitHub Desktop.
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 = Dinesh Prathap | |
email = [email protected] | |
[alias] | |
co = checkout | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
st = status | |
ci = commit | |
br = branch | |
df = diff | |
who = shortlog -s -- | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[core] | |
excludesfile = /Users/Dinesh/.gitignore | |
autocrlf = input | |
editor = emacs | |
[apply] | |
whitespace = nowarn | |
[format] | |
pretty = %C(yellow)%h%Creset %s %C(red)(%cr)%Creset | |
[github] | |
user = dinesh | |
token = 22bccdcc5686797fe769284260bda0e9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment