Joined May 2011
·
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.
Posted to
Get rid of search highlighting with return
over 1 year
ago
@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,921 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Platypus
Have at least one original repo where scala is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Raven
Have at least one original repo where some form of shell script is the dominant language
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Forked
Have a project valued enough to be forked by someone else
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Bear
Have at least one original repo where Objective-C is the dominant language
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
thanks @gerst20051, it was typed correctly in all but the last instance :P