Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

OOP

//Trên laptop git init

git add .

git commit -m "Ghi chú"

//Lấy code về từ link git clone https://github.com/Sidn26123/OOP.git

//Clone 1 branch cụ thể git clone -b https://github.com/Sidn26123/OOP.git

Tạo và chuyển sang branch mới

*a
git branch

git branch <ten branch moi>

git checkout <ten branch>

git checkout -b <ten branch moi>


Cập từ từ local lên github

  git remote add origin https://github.com/Sidn26123/OOP (thêm url, tên origin)

  git push origin <ten branch>  

Gộp

  git checkout master/main

  git merge <ten branch>

Cập nhật thay đổi từ master trên github sang máy local

  git pull origin master

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages