Tạo ssh key và sử dụng ssh key trong git Admin vào ngày 14.9.17 GitHub Liên Quan abcd hanh abcd hanh Chia sẻ: NextBài đăng Mới hơn PreviousBài đăng Cũ hơn 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