Sua Loi Blogger Blade1407
abcd

hanh

abcd

hanh


Chia sẻ:

Viết 1 bình luận:

4 comments so far,Add yours

  1. git status
    git add files
    git commit -am 'what I changed'
    git push

    Trả lờiXóa
  2. http://blog.appconus.com/2015/08/06/tao-ssh-key-va-su-dung-ssh-key-trong-git/

    Trả lờiXóa
  3. https://stackoverflow.com/questions/6313126/how-to-remove-a-directory-from-git-repository
    https://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

    Trả lờiXóa
    Trả lời
    1. tương tự git add * //để thêm tất cả thư mục tệp tin mặc định
      và git add -r * nếu muốn thêm thư mục đặc biệt ví dụ như node_modules

      Xóa