Joe Moore's blog



Joe MooreJoe Moore
Standup 12/2/2010
edit Posted by Joe Moore on Thursday December 02, 2010 at 09:27AM

Ask for Help

"Recommendations for stripping blank lines before and after a block of text?"

  • In Ruby, "a string".strip will do it.
  • Regex recommendations?

Interesting Things

  • If you need to change the author on your git commit message, use

    git commit --amend --author=username