Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dgp
Created January 12, 2014 08:56
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 dgp/8382445 to your computer and use it in GitHub Desktop.
Save dgp/8382445 to your computer and use it in GitHub Desktop.
[user]
name = Dinesh Prathap
email = dinesh@activesphere.com
[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