Skip to content

Jet-Green/IWantATrip

Repository files navigation

Vue 3 + Vite

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.

Recommended IDE Setup

Как сформировать Pull Request в production

Ветка production защищена, прямой push в неё запрещён. Используйте workflow через PR:

  1. Обновите production локально:

    git switch production
    git pull
  2. Создайте рабочую ветку от production:

    git switch -c fix/short-description
  3. Внесите изменения и сделайте commit:

    git add .
    git commit -m "Краткое описание изменений"
  4. Запушьте рабочую ветку:

    git push -u origin fix/short-description
  5. Создайте PR в production:

    • Через GitHub UI по ссылке, которую покажет git push, или
    • Через GitHub CLI:
      gh pr create --base production --head fix/short-description --fill
  6. Дождитесь прохождения CI и review, затем выполните merge PR.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages