Skip to content

Instantly share code, notes, and snippets.

@dchest
Created April 25, 2011 10:27
Show Gist options
  • Save dchest/940345 to your computer and use it in GitHub Desktop.
Save dchest/940345 to your computer and use it in GitHub Desktop.
Part of my .gitconfig
[instaweb]
local = true
httpd = webrick
port = 4321
[gui]
fontdiff = -family Menlo -size 11 -weight normal -slant roman -underline 0 -overstrike 0
[alias]
st = status
graph = log --graph --all --pretty=format:'[%h] %s (%ar)'
serve = instaweb --httpd webrick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment