lệnh Flashcards
(19 cards)
ls
list
rm - r
xóa đường dẫn
rm
xóa file
mkdir
thêm thư mục
tree -L 1 /
phả hệ thư mục 1
cd
doi duong dan
touch … eg touch index.html
taoj file
cd ..
dang o dau
ls -la
thu muc an
git init
khởi tạo .git đã yêu cầu quản lí các version của thư mục web
git status
đây là các file chưa được git theo dõi lịch sử của các file
git add [ten file muon git quan lí]
add file to track its history
change to be commited
chưa track chỉ xác nhận
git commit -m “ ya own message”
xac nhan thay doi kem theo message
git log
history or version of change
upload to github
github quan lí các version sử dụng tool git
git remote add origin htpps:/…
sau đó đẩy lên git push origin master
xác nhận địa chỉ gán tên origin
đẩy lên git hub
git clone [message]pwd
lấy project từ github về
git remote
xem day len dau co phai origin ko