Joined November 2011
·
Posted to
Mongoose's update does not behave like mongo's update
over 1 year
ago
Sounds like the Mongoose documentation could be improved regarding this. Have you submitted a doc-path to Mongoose with a suggested update?
Achievements
58 Karma
0 Total ProTip Views
Velociraptor
Have at least one original repo where Perl is the dominant language
Velociraptor 3
Have at least three original repos where Perl is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Steps are missing a final 'git stash apply' to restore the saved working directory changes.
wardsandler: Prevent them by using
git pull --rebase
in the first place, either explicitly or by setting it as a default preference.