Skip to content

Instantly share code, notes, and snippets.

@anusha-raghuraman
Created April 9, 2016 09:26
Show Gist options
  • Save anusha-raghuraman/170d5b1d7a1eedbe21bd6282032efde8 to your computer and use it in GitHub Desktop.
Save anusha-raghuraman/170d5b1d7a1eedbe21bd6282032efde8 to your computer and use it in GitHub Desktop.
[user]
name = Anusha Raghuraman
email = a@b.com
[color]
diff = auto
status = auto
pager = true
interactive = auto
branch = auto
[alias]
st = status
sts = status -s
co = checkout
br = branch
f = fetch
c = commit -m
ca = commit -am
wd = diff --word-diff
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
me = log --author=Santosh --since='1 week' --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
[core]
editor = vim
excludesfile = /Users/anusha/.gitignore
whitespace = trailing-space,space-before-tab,indent-with-non-tab,cr-at-eol
excludesfiles = ~/.gitignore
[push]
default = simple
[github]
user = anusha-raghuraman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment