Skip to content

realTranQuocBao/GTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTS

Backup Bai Tap

GTS


Họ tên: Trần Quốc Bảo
MSSV : 195 112 0086
Lớp NC: CN19B
Email : 1951120086@sv.ut.edu.vn
MySite: http://QuocBaoIT.com

Hướng dẫn commit code.


$ git clone {link}
lấy source code trên git về ngồi code
$ git init
tạo 1 repo trên local
$ git status
để xem có thằng nào mới trên máy hông
$ git pull
đồng bộ code trên github về máy tính
$ git add {file}
tên file (nếu file ở thư mục gốc)
F1/F2/f.file (nếu file ở thư mục con)
$ git rm --cached {file}
để hủy bỏ việc add file
$ git add .
add hết cmn lun, dấu . hay * đều được
$ git commit -m "thêm message ở đây"
lệnh commit file và thêm ghi chú
$ git remote add origin https://github.com/realTranQuocBao/GTS.git
cái này cũng hổng biết để chi nữa :v
$ git push origin master
$ git push -u origin master
$ git push -f origin master
lần lượt chọn 3 thằng trên. cho đến khi thấy ok.

Releases

No releases published

Packages

No packages published

Languages