Joined January 2013
·
Posted to
How to edit long bash command
over 1 year
ago
Don't forget the other "readline" meta keys, such as CTRL-A and CTRL-E that move you to the begining and end of the line.
Posted to
git merge --squash
over 1 year
ago
I like "git rebase -i" (interactive) You're prompted with a list of commits, and you can cherry pick right there, which ones to squash and which to keep. Even getting a chance to modify the commit messages. A great way to clean up a bunch of ugly commits into a few clean ones. Even if that means in the end you just squash it all into one commit, as --squash would have done.
There must be a way to get the same behavior while doing a classic merge instead of a rebase.
Achievements
89 Karma
639 Total ProTip Views
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
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
Charity
Fork and commit to someone's open source project in need
T-Rex
Have at least one original repo where C is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Now how do we get these images to show up in the github commits when we push?
Just to prove I wasn't drunk when I made that patch.