Skip to content

quannhg/os-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OS-Assignment

Chạy lệnh dưới đây lên terminal để lấy repo về máy

git clone <url-repo>

Chạy lệnh dưới đây để tạo branch mới lưu code của mọi người

git checkout -b <your-branch-name>

Chạy lệnh dưới đây để lưu không gian làm việc hiện tại, chi tiết mọi người lên mạng học

git add .
git commit -m <message>

Chạy lệnh dưới đây để cập nhật code trên remote repo

git fetch

Chạy lệnh dưới đây để đẩy code ở local lên remote repo

git push -u origin <your-branch-name>

About

Simple operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors