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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
2325
Vues
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire
Did you try :
git add File_path
then git commit -m 'Add csv file'
finally git push
?