2015-02-24 53 views

回答

1

只需創建,然後添加並提交在課程文件夾中的文件.gitignore,與內容:

images/ 

(注意尾隨「/」)

如果已經添加images/文件夾/承諾,將其刪除(從混帳回購協議,而不是磁盤)

git rm -r --cached images/ 
git add -A . 
git commit -m "Record deletion of images folder"