How to disable git | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to disable git

How can I disable git form tracking changes

27th Dec 2019, 1:12 PM
ali
1 Respuesta
+ 3
You can add to the files you don't want to be tracked to the .gitignore file. This way you can commit everything and those changes will not be tracked. However, you should be more clear. Don't really know what's your intention. Maybe you're looking for branching instead of ignoring files, I don't know. Good luck!
27th Dec 2019, 1:39 PM
Gonçalo Magalhaes
Gonçalo Magalhaes - avatar