Metafazer/finrag-backend
0
1set -e2git checkout -b temp_rewrite3git reset --hard 56e8c374 5# Rewrite 8f482246git cherry-pick 8f482247git commit --amend -m "feat: stabilize user interface layout and optimize backend error handling"8 9# Rewrite 80f351f10git cherry-pick 80f351f11git commit --amend -m "chore: synchronize workspace configuration and development environment settings"12 13# Rewrite dcac10314git cherry-pick dcac10315git commit --amend -m "feat: integrate modern landing page and dynamic chat routing"16 17# Rewrite 827ff2718git cherry-pick 827ff2719git commit --amend -m "chore: remove automated CI workflows"20 21git checkout main22git reset --hard temp_rewrite23git branch -D temp_rewrite24git push origin main --force25 