Tạo ssh key và sử dụng ssh key trong git Admin vào ngày 14.9.17 GitHub Liên Quan Tuyển tập những function hay dùng trong wordpress 15 Dec 2017 - UnknownHạnh phúc như mây trên trời 10 Dec 2017 - UnknownẢnh sưu tầm "Nói đi là đi" 10 Dec 2017 - UnknownBạc như nghề thiết kế website wordpress 06 Dec 2017 - UnknownCode custom field repeater drag without plugin wordpress 04 Dec 2017 - Unknown abcd hanh abcd hanh Chia sẻ: Next Biến Static trong lập trình PHP Previous Typescript Setup Guide Admin View Profile
git status
Trả lờiXóagit add files
git commit -am 'what I changed'
git push
http://blog.appconus.com/2015/08/06/tao-ssh-key-va-su-dung-ssh-key-trong-git/
Trả lờiXóahttps://stackoverflow.com/questions/6313126/how-to-remove-a-directory-from-git-repository
Trả lờiXóahttps://lucngoc.com/hoc-tap/huong-dan-su-dung-git-va-github/
git rm -r src/app/hanhcom
git commit -m "Remove duplicated directory hanhcom"
git push -u origin master
tương tự git add * //để thêm tất cả thư mục tệp tin mặc định
Xóavà git add -r * nếu muốn thêm thư mục đặc biệt ví dụ như node_modules