Git Remove files

git rm -r --cached . 
git add .
git commit -am "Remove ignored files"

By      09-Sep-2023    2

Solutions


Your Answer

10157