# ship > Merge feature branch в main → production deploy. Проверяет uncommitted changes, показывает diff, подтверждение, cleanup branch - Author: Ovvoo - Repository: Ovvoo/beauty-salon-landing - Version: 20260208181657 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/Ovvoo/beauty-salon-landing - Web: https://mule.run/skillshub/@@Ovvoo/beauty-salon-landing~ship:20260208181657 --- --- name: ship description: Merge feature branch в main → production deploy. Проверяет uncommitted changes, показывает diff, подтверждение, cleanup branch argument-hint: [--force для пропуска подтверждения] user-invocable: true disable-model-invocation: true --- # Ship to Production Feature branch → main → Production. ## Вход Опции: $ARGUMENTS ## Шаги 1. Проверить не в `main` 2. Проверить нет uncommitted changes 3. Показать `git log main..HEAD` 4. Подтверждение (если нет --force) 5. `git checkout main && git pull && git merge --no-ff && git push` 6. Cleanup: `git branch -d {branch} && git push origin --delete {branch}` ## Вывод ``` ✅ Shipped to production! 🚀 Deploy: ~1-2 мин 📋 Merged: {branch} → main ```