Skip to content

Instantly share code, notes, and snippets.

@ebot
Created July 6, 2011 14:19
Show Gist options
  • Save ebot/1067330 to your computer and use it in GitHub Desktop.
Save ebot/1067330 to your computer and use it in GitHub Desktop.
My Standard git, gem, and rspec configurations for Ruby development.
gem: --local --no-rdoc --no-ri
[user]
name = Ed Botzum
email = contact@edbotz.us
signingkey = blog@chocolatay.com
[alias]
oneline = log --pretty=format:'%h : %s' --graph
# /.rspec
--format nested
--color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment