Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2330 Näkymät

The .csv security it seems is not tracked by git and I'm not able to add it in the git repository. the extension is not written in gitignore. any modification to the file will not show anything in the git status.


Avatar
Hylkää

Did you try :

git add File_path

then git commit -m 'Add csv file'

finally git push

?