Skip to content

Instantly share code, notes, and snippets.

@fajrif
Created January 30, 2012 01:47
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 fajrif/1701875 to your computer and use it in GitHub Desktop.
Save fajrif/1701875 to your computer and use it in GitHub Desktop.
[user]
name = Fajri Fachriansyah
email = fajri82@gmail.com
[alias]
co = checkout
c = config --list
b = branch
d = diff --color
ds = diff --stat --color
s = status
l = log --graph --oneline --color
ls = log --summary --color --oneline
remove = rm --cached --ignore-unmatch
resetclean = git reset --hard HEAD && git clean -fdx
[apply]
whitespace = nowarn
[core]
excludesfile = /Users/fajryfachriansyah/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment