I have a number of customizations to our config/locales/server.en.yml
in our discourse.
During an upgrade we start out with:
cd /var/www/discourse && git fetch && git reset --hard HEAD@{upstream}
One day Im going to forget this, potentially losing my changes (Yes I make backups, but that’s a different story)
Would stashing any changes before resetting the repo make sense?