add(Git)
add
git add [檔案/資料夾]
加入工作目錄裡的修改到暫存區
git add .
加入工作目錄裡所有檔案的修改到暫存區
過濾
.gitignore
git add *
加入工作目錄裡所有檔案的修改到暫存區
不過濾
.gitignore