天天看點

Git與GitHub學習筆記(一)如何删除github裡面的檔案夾?

按照以下步驟即可(本地删除)

1. git pull you git url

2. git checkout 

3. rm -r dirName

4. git add --all

5. git commit -m"remove dir"

6. git push you git url

7. input your name 

8. input your password