git - problems

PEAR2020發表於2024-06-29

1 .gitignore里加入了test/,沒有生效?

git已經cache test/

stop tracking : git rm -r --cached test/

commit: git commit -m "Update .gitignore and stop tracking test folder"

相關文章