Git

.gitignore not working

git 的 .gitigonre 沒有作用時,可以使用以下步驟

  1. git rm -r --cached .
  2. git add .
  3. git commit -m 'gitignore issue fixed'

© 2024 胡同筆記 | WordPress Theme: Cosimo by CrestaProject.