Skip to content

Abdumajidov2005/iteach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yangi branch yaratish

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

Eslatma

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.

Misol uchun

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

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

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.

Packages

 
 
 

Contributors