החלפת ענף מעקב בהתקנת פיתוח?

האם ניתן להחליף את הענף שלי בהתקנת הפיתוח שלי מ-tests-passed ל-stable? לא הצלחתי לגרום ל-

git fetch origin
git checkout stable
git pull

לעבוד.

בדיקה מעניינת, מה הפלט?

לאחר שתצאו, תוכלו לנסות את הדברים הבאים אם אתם בטוחים שאין לכם שום דבר חשוב בספריית העבודה שלכם.

git reset --hard origin/stable

You would have to reset your database as well, because you can’t migrate that down.

No errors, actually. The actual problem comes when running bin/rails db:migrate.

That’s probably it. Thanks!