Skip to content

nguyengochie/react-sample-b3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//1. đẩy code lên ntn? push // - push những thay đổi gì & push lên nhánh nào // - git add . : thêm những thay đổi vào trong commit // - git commit -m"mô tả về ngắn gọn về những thay đổi" // - git push origin <tên nhánh>

// Server: 1-2-3-4-5-6-7-8-9-10 // Local: 1-2-3-4-5-6-7-8-9-10 // - code thêm: 11-12: 1-2-3-4-5-11-12

//2. kéo code về ntn? pull // - pull từ nhánh nào // - git pull origin -> git pull origin master

// git pull orign main // main A: 1-2-3-4-5-6-7-8-9-10

// Server: 1-2-3-4-5-6-7-8-9-10

// main B: 1-2-3-4-5-6-7-8-11-12

// ------ NVM ----- // nvm ls : hiên thị danh sách các node version đã có trong máy // nvm i : nvm i 22 - cài đặt node version // nvm use <version có trong máy>: nvm use 18 - chuyển đổi node version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published