Joined January 2013
·
Posted to
Please, oh please, use git pull --rebase
over 1 year
ago
I use git pull --ff-only
(aliased as git p
) so if the pull is anything other than a fast forward I have to stop and think about what I want to do about it. Rebasing when I think I'm going to fast forward is not a behavior I want. If I decide a rebase is really what I want I have a git prb
alias too.
Achievements
64 Karma
0 Total ProTip Views
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
Nephila Komaci
Have at least one original repos where PHP 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
Would be nice to see what effect blacklisting those modules had on your memory usage and if there are any other tricks to get memory usage down even further.