git checkout -b yangi-branch-nomi
branch yaratilgan u branchga avtomatik kirgizadi. shu branchda tugan vaqtda ushbu commandani yozish kerak
** git push -u origin yangi-branch-nomi
undan so'ng asosiy branchga o'tish kerak
git switch master
so'ng esa ushbu commandalar ketma-ket yoziladi
git checkout master git pull origin master # master branchni yangilash git merge feature/structure # feature/structure o‘zgarishlarini qo‘shish git push origin master # masterni GitHubga yuborish
Loyihada bir qancha branchlarda ishlayotgan vaziyatda asosiy branchdan boshqa branchga o'tgan vaziyatda git pull qilinganda o'zgartirishlar shu asosiy branchdan tashqari boshqa branchda ko'rinmasa shu branchga o'tib git merge ni amalga oshirishga to'g'ri keladi.
master - > asosiy branch
groups course bular yordamchi branchlar
groupsda qilgan ishlarim course brachiga o'tganimda ko'rinme qolsa
course ga o'tib
git merge groups qilish kerak bo'ladi
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.