I am just wondering what the "best" process is for updating Backdrop core when my current install has bug fixes that are not yet in core. (The fixes all have PR's but they haven't yet been committed.)
I am updating from 1.27.0 to 1.27.1 and the updates doc at https://docs.backdropcms.org/documentation/core-updates is pretty basic.
Slight improvement to @argiepiano's procedure. Again for PR 4690, it would be:
wget
https://github.com/backdrop/backdrop/pull/4690.diff
patch -p1 < 4690.diff