This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Ветка production защищена, прямой push в неё запрещён. Используйте workflow через PR:
-
Обновите
productionлокально:git switch production git pull
-
Создайте рабочую ветку от
production:git switch -c fix/short-description
-
Внесите изменения и сделайте commit:
git add . git commit -m "Краткое описание изменений"
-
Запушьте рабочую ветку:
git push -u origin fix/short-description
-
Создайте PR в
production:- Через GitHub UI по ссылке, которую покажет
git push, или - Через GitHub CLI:
gh pr create --base production --head fix/short-description --fill
- Через GitHub UI по ссылке, которую покажет
-
Дождитесь прохождения CI и review, затем выполните merge PR.