Joined May 2011
·

David Kormushoff

Developer at Orby
·
Chicago, IL
·
·
·

thanks @gerst20051, it was typed correctly in all but the last instance :P

Posted to git-standup over 1 year ago

if you add --pretty="format:%h %s - %an" to the git log you can remove that last ack. %h = hash
%s = commit message
%an = author name

Posted to Rails console equivalent for Sinatra over 1 year ago

if you don't mind another dependency, you can add racksh to your gemfile. I've found it extremely useful and it allows you to use a .rackshrc file for configuration.

@kid-icarus curious, did you use control-v control-m to insert the character ^M?

Posted to VIM : edit inside a HTML Tag over 1 year ago

my favorite is guit/gUit to downcase or upcase everything in a tag

Posted to My git log over 1 year ago

Yea, I have it aliased as "log" in my .(bash|zsh)rc files

Achievements
381 Karma
13,556 Total ProTip Views