Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Sovereign Analysis (sovereign@pleroma.postawakening.com)'s status on Saturday, 15-Mar-2025 18:51:17 JST Sovereign Analysis
@phnt @dcc @ins0mniak @nyanide @lain @lord_nougat @lain @verita84 I had to do something like the following to get it to work (documenting in case anyone has an issue like I did in the future):
git status
sudo -Hu pleroma git pull
sudo -Hu pleroma git reset --hard
git restore --staged .
git restore .
git clean -fd
git fetch origin
git reset --hard origin/stable